0

Why #include<string> and not #include <string.h>?

5th Sep 2016, 4:41 AM
vijay rengan
vijay rengan - avatar
1 Resposta
+ 1
string.h consists of C style like strcpy, strlen. string on the other hand more of things like std::string and std::wstring.
5th Sep 2016, 5:24 AM
Chantastic Nyan-Nyan
Chantastic Nyan-Nyan - avatar