Table 2 C/C++ Standards Quick Reference Guide

and (+)           false (+)             signed
and_eq (+)        float                 sizeof
asm               for                   static
auto              friend                static_cast (+)
bitand (+)        goto                  struct
bitor (+)         if                    switch
bool (+)          inline                template
break             int                   this
case              long                  throw (+)
catch (+)         mutable (+)           true (+)
char              namespace (+)         try (+)
class             new                   typedef
compl (+)         not (+)               typeid (+)
const             not_eq (+)            typename (+)
const_cast (+)    operator              union
continue          or (+)                unsigned
default           or_eq (+)             using (+)
delete            private               virtual
do                protected             void
double            public                volatile
dynamic_cast (+)  register              wchar_t (+)
else              reinterpret_cast (+)  while
enum              return                xor (+)
explicit (+)      short                 xor_eq (+)
extern
(+) indicates a new keyword (not found in the ARM)