Strings in C++
C++ supports two ways of working with text: C-style character arrays and the more convenient string class from the standard library.
C++ supports two ways of working with text: C-style character arrays and the more convenient string class from the standard library.