So I know how to place an include guard in my own header files with the standard
#ifndef ... #define ...
Now, My question is about includin
Include guard use to guard the content inside the guard pair. You can check the system head file string, it also has the include guard. So, don't worry about multiple inclusions.
string