=====wchar_t===== The keyword wchar_t is used to declare wide character variables. wchar_t size is implementation dependent, therefore development of portable applications cannot assume that popular character representation, such as [[http://www.unicode.org/|Unicode]], can fit into a wchar_t on every plattform and using any compiler. Also see the [[/data_types|data types]] page. Related Topics: [[bool]], [[char]], [[double]], [[float]], [[int]], [[short]], [[signed]], [[unsigned]], [[void]]