SyntaxFix
Write A Post
Hire A Developer
Questions
<string.h> is the old C header. C++ provides <string>, and then it should be referred to as std::string.
<string.h>
<string>
std::string