header

#include<string> & #include<ctring> //what different?
<string> is the C++ string header with std::string
<cstring> is the C++ version of the C header <string.h> and contains the C string functions like strcpy
Topic archived. No new replies allowed.