The standard only requires size relations between the data types and minimum sizes for each data type: The relation requirements are that the long long is not smaller than long, which is not smaller than int, which is not smaller than short. |
Стандарт лишь оговаривает отношения в размерах между типами и минимальные рамки для каждого типа: Так long long не должен быть меньше long, который в свою очередь не должен быть меньше int, который в свою очередь не должен быть меньше short. |
The same notation in a language with unary functions only, would refer to a function that takes an Int as argument, and returns a function of type String->Float. |
В языках, где существуют только унарные функции, этот тип означал бы функцию, которая принимает Int как аргумент и возвращает функцию типа String->Float. |
Ammonius, In de Int. |
Аммоний, In de Int. |
These must have a scalar type (for example, float, int or long, but not std::vector, int [], etc.). |
У переменных должен быть скалярный тип (например, float, int или long, но не std::vector, int [] и т. д). |
To explicitly convert a value to integer, use either the (int) or (integer) casts. |
Для несомненного преобразования значения в целое используйте приведение типа (int) или (integer). |