Ok, this isn't really c++, but that is the language I'm working with. Basically I am suppose to determine how many bytes my compiler is using for each data type(i.e. int, double, char, etc..). So I'm...