What does the C++ standard say about using dollar signs in identifiers, such as Hello$World? Are they legal?
Hello$World
Illegal. I think the dollar sign and backtick are the only punctuation marks on my keyboard that aren't used in C++ somewhere (the "%" sign is in format strings, which are in C++ by reference to the C standard).