Skip to content

Instantly share code, notes, and snippets.

@collinprice
Created July 29, 2013 21:31
Show Gist options
  • Select an option

  • Save collinprice/6108034 to your computer and use it in GitHub Desktop.

Select an option

Save collinprice/6108034 to your computer and use it in GitHub Desktop.
C string in C++
#define C_TEXT( text ) ((char*)std::string( text ).c_str())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment