http://en.cppreference.com/w/cpp/lan...haracter_types
Bei den Zahlentypen gibt es einen ganzen Zoo
http://en.cppreference.com/w/cpp/types/integer
Da steht übrigens was interessantes zu char
char - type for character representation which can be most efficiently processed on the target system (has the same representation and alignment as either signed char or unsigned char, but is always a distinct type).
Lesezeichen