|
|
|
|
|
by seisvelas
2417 days ago
|
|
>In most other languages, a string is extremely straightforward because it was designed into the language from the start. I think one of the classic advantages of C++ over C is that you have the option of std::string instead of char arrays. I don't program in C++ so I don't really know but I do a lot of pure C and the strings truly are a mess (despite being VERY straightforward) |
|