wchar_t type

   
wchar_t type Wide-character type specifier

  simple-type-specifier  := wchar_t 

figs/acorn.gif

The wchar_t type specifier denotes a wide character. The representation and interpretation of wide characters is implementation-defined.

Example

  wchar_t  Hellas[] = L"\u0397\u03b5\u03bb\u03bb\u03b1\u03c2"; 

See Also

char , type , Chapter 1, Chapter 2

   


C++ in a Nutshell
C++ in a Nutshell
ISBN: 059600298X
EAN: 2147483647
Year: 2005
Pages: 270
Authors: Ray Lischner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net