C++ Language/Type/Literals

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

A "literal" is a portion of source code that literally states some value. For example, one possible literal expression of the int type would be 123.

  1. Financial 1000-Markers
  2. Binary and Hexadecimal
  3. Custom Literals