Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. string contentStr(content.begin(), content.end());
  2. char* contentChars = new char[contentStr.size() + 1];
  3. strcpy(contentChars, contentStr.c_str());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement