wchar_t

From RAD Studio
Jump to: navigation, search

Go Up to Keywords, Alphabetical Listing Index


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 C++Builder, a wchar_t type is the same size, signedness, and alignment requirement as an unsigned short type.

See Also