Last active
January 3, 2017 05:08
-
-
Save MareArts/8be12c0e5ec2273b108489c38238e7cc to your computer and use it in GitHub Desktop.
CString to string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CString cs; | |
CT2CA pszConvertedAnsiString (cs); | |
std::string s(pszConvertedAnsiString); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CString to string