Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

C++: Converting an MFC CString to a std::string

0.00/5 (No votes)
7 Apr 2011 1  
CString m_Name;CT2CA pszName(m_Name);std::string m_NameStd(pszName);Works for me everywhere... :)
CString m_Name;
CT2CA pszName(m_Name);
std::string m_NameStd(pszName);

Works for me everywhere... :)

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here