CPP
CPP
• Games
• GUI Based Application (Adobe)
• Database Software (MySQL Server)
• OS (Apple OS)
• Browser( Mozilla)
• Google Applications(Google File System and Chrome browser)
• Banking Applications
• Compilers
• Embedded Systems(smart watches, MP3 players, GPS systems)
• The type for character constants is char, the type for wide character is wchar_t.
• This data type occupies 2 or 4 bytes depending on the compiler being used.
• Mostly the wchar_t datatype is used when international languages like Japanese are used.
• This data type occupies 2 or 4 bytes depending on the compiler being used.
• L is the prefix for wide character literals and wide-character string literals which tells the compiler that that
the char or string is of type wide-char.
• w is prefixed in operations like scanning (wcin) or printing (wcout) while operating wide-char type.