First page Back Continue Last page Graphics
DETAILS
char : built-in type that holds ordinary characters defined by the implementation.
wchar_t: built-in type that holds "wide characters" which are big enough to hold characters for languages such as Japanese.
Review other examples of constructors and other member functions on page 15.