Skip to content

Instantly share code, notes, and snippets.

@MareArts
Last active January 3, 2017 05:08
Show Gist options
  • Save MareArts/8be12c0e5ec2273b108489c38238e7cc to your computer and use it in GitHub Desktop.
Save MareArts/8be12c0e5ec2273b108489c38238e7cc to your computer and use it in GitHub Desktop.
CString to string
CString cs;
CT2CA pszConvertedAnsiString (cs);
std::string s(pszConvertedAnsiString);
@MareArts
Copy link
Author

MareArts commented Jan 3, 2017

CString to string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment