Skip to content

Instantly share code, notes, and snippets.

@welll
Last active August 29, 2015 14:15
Show Gist options
  • Save welll/d1496c621d3140d9287f to your computer and use it in GitHub Desktop.
Save welll/d1496c621d3140d9287f to your computer and use it in GitHub Desktop.
http://stackoverflow.com/questions/2898316/using-a-member-function-pointer-within-a-class
//char *buffer = new char[bufferSize];
std::string buffer;
buffer.resize(bufferSize);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment