Hi Jim, The std::string is located in <string>, not in <string.h> (which isn't a C++ header file). FYI. The Standard C Library's string routines are in <cstring>, not <string.h>. HTH, --Eljay
Hi Jim, The std::string is located in <string>, not in <string.h> (which isn't a C++ header file). FYI. The Standard C Library's string routines are in <cstring>, not <string.h>. HTH, --Eljay