RAD Studio
ContentsIndex
PreviousUpNext
wchar_t

Category 

C++-Specific Keywords, Type specifiers 

Syntax  

wchar_t <identifier>;

Description 

In C++ programs, wchar_t is a fundamental data type that can represent distinct codes for any element of the largest extended character set in any of the supported locales. In CodeGear C++, A wchar_t type is the same size, signedness, and alignment requirement as an unsigned short type.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!