Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    This is the only answer that fully answers the question. The C++ to_string() method does not replicate the full functionality of C's itoa as it cannot deal with arbitrary bases. A little confusing why this functionality wouldn't have been included, especially considering that the inverse function stoi() can handle arbitrary bases. Commented Oct 16, 2014 at 12:35
  • 2
    Updated link (same article): strudel.org.uk/itoa Commented Feb 12, 2017 at 20:36