(6)

ImprovingCPP

These are things that i would change if i were to modify a C++ compiler to implement my own variation of the C++ language.

   case 'a','A',23,5:
      whatever();
   case 'b','B',99:
      whatever();