So i have a main source file and a my class header file and my class source file
main source file includes my class header file and everything works fine.
Now i want to add string library to my class header file but it is already
included in main source file i am unsure if it will get included twice since.
Main source has include string my class header file has include string will it
get included more include string.
My class source file has included more then once?
#include <string>, all will be well. Standard headers better be written with production quality.