String (C++) - Wikipedia, the free encyclopedia
In the C++ programming language, the std::string class is a standard representation for a text string. This class alleviates many of the problems introduced by C-style strings by putting the onus of memory ownership on the string class rather than on the ...