Thursday, November 25, 2010

The wchar_t Type

In C++, you do not have to include a header file to use the wchar_t type. In C++, it is a primitive type. In C, you need to include wchar.h.

No comments:

Post a Comment