G
Gernot Frisch
By requiring such types to be available restricts the portability.
Having
them available if the platform supports them might be nice, though.
On the other hand... how often are these types needed? Is it not
only rarely you use these types in portable code?
But if all interfaces would use them, noone would typedef "real" or
BYTE or crap like that. It should be standart. Also, int, short and
long could stay, but if I want to have 32 bit, there should be a
reliable, portable way to geth them.
Anyway...
-Gernot