How to Declare a String in C++
One useful class in the C++ standard library is the string class. The string class was designed as a safer and easier alternative to the so-called "C style" strings, or char arrays. C++ strings do not run the risk of accidental buffer overrun, can expand themselves as needed, and provide a set of fu