C++ Language/Std/Strings/CastingNumericValues

From Wikibooks, open books for an open world
Jump to navigation Jump to search

A common task is the conversion of some number between two forms: its representation in a numeric data type, and a string using characters between '0' and '9'.

  1. Number to String
  2. String to Number