...with apologies to Shakespeare So, should we use CString or std::string class to store and manage strings in our C++ code? Well, if there is a need of writing portable C++ code, the choice should be std::string , which is part of the C++ standard library. But, in the context of C++ Win32 programming...