Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Last active June 23, 2016 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/1d6f363321802431e06cc757cae02908 to your computer and use it in GitHub Desktop.
Save ilpropheta/1d6f363321802431e06cc757cae02908 to your computer and use it in GitHub Desktop.
string tmp(S.size(), 0); // fill constructor
reverse_copy(begin(S), end(S), begin(tmp));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment