Skip to content

Instantly share code, notes, and snippets.

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/542240433299c74894f96a2ac9490913 to your computer and use it in GitHub Desktop.
Save ilpropheta/542240433299c74894f96a2ac9490913 to your computer and use it in GitHub Desktop.
size_t howMany = 0u;
auto num = stoi("10abc", &howMany); // 10, howMany = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment