Menu

Multi char constants

Cyder

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]


Related

Wiki: Strings

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.