Quote (tvain)
integer = real
Ой нуб... не позорься, скройся из темы, целочисленные у него равны реальным ._.
Quote
Ключевое слово float обозначает простой тип, используемый для хранения 32-разрядных значений с плавающей запятой.
integer тоже имеет size of 4 байта, т.е. 32 разрядное значение. Но это никак не говорит о том, что тип данных integer == float ._.
float == real, точка. Упертым говнокодерам учить матчасть.
А если углубляться в детали, то:
Quote
The size of a signed or unsigned int item is the standard size of an integer on a particular machine. For example, in 16-bit operating systems, the int type is usually 16 bits, or 2 bytes. In 32-bit operating systems, the int type is usually 32 bits, or 4 bytes. Thus, the int type is equivalent to either the short int or the long int type, and the unsigned int type is equivalent to either the unsigned short or the unsigned long type, depending on the target environment. The int types all represent signed values unless specified otherwise.
The type specifiers int and unsigned int (or simply unsigned) define certain features of the C language (for instance, the enum type). In these cases, the definitions of int and unsigned int for a particular implementation determine the actual storage.
А вообще, все типы данных в конечно итоге == integer, но разной размерности. Тот же bool == type bool extend byte.
Quote (Эльфийка)
Faion - троль
Правильно писать тролль, с двумя 'л'.