 |
Difference between string and char[] types in C++ - Stack Overflow
Well, string type is a completely managed class for character strings, while char[] is still what it was in C, a byte array representing a character string for you. In terms of API and standard library everything is implemented in terms of strings and not
stackoverflow.com |
 |