Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Created June 4, 2016 13:31
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/09c68e8fb8877b1ed6ecf1fd8421da08 to your computer and use it in GitHub Desktop.
Save ilpropheta/09c68e8fb8877b1ed6ecf1fd8421da08 to your computer and use it in GitHub Desktop.
array<char, char_needed> res{}; // initialized to '\0'
sprintf(res.data(), "%d", intNumber);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment