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.

Required fields*

4
  • 16
    Boost is your friend, if there wasn't a simple way of doing this in Standard C++... I of course like what lexical_cast brings, but feel Boost is pretty much overkill for this kind of tasks... Commented Jan 12, 2011 at 13:06
  • 2
    Overkill? Based on what? boost.org/doc/libs/1_53_0/doc/html/boost_lexical_cast/… Commented Jun 3, 2013 at 22:34
  • 1
    Should consider your audience if they are unable to use Boost Commented Feb 26, 2016 at 23:49
  • 6
    "Answers using stl and boost will be welcomed." - Audience considered Commented Oct 8, 2017 at 17:45