Prefer std::string to char*
- Published 02/22/2007
Understand the benefits of using the STL's std::string class over the C-like character arrays.
Understand the benefits of using the STL's std::string class over the C-like character arrays.
Read a guide to dealing with some of the problems encountered with multiple inheritance.