Multi char Constants
Config: Always enabled
Check: Always enabled
Known supporting compilers: vc
TPP Accepts special character constants, that consist of multiple letters within the same character, to define a constant integral value.
#if 'AAAA' == 0x41414141 #pragma message("Everything is OK!") #endif
s.a. [Strings]