| Valid parameter names are of type int or string. |
Допустимые имена параметров имеют тип int или string. |
| A simple example is for a loop, which might be expressed as for (int i=0; i! =n; ++i) {}. |
Простым примером допустимого применения подхода может быть цикл for, который может выглядеть как for (int i=0; i! =n; ++i) {}. |
| Ours ORMESTEX TOPPER Was shown on 2x INT DOG SHOW. |
Наш ORMESTEX TOPPER был показан на 2х INT DOG SHOW. |
| In addition to the assumption about bit-representation of floating-point numbers, the previous floating-point type-punning example also violates the C language's constraints on how objects are accessed: the declared type of x is float but it is read through an expression of type unsigned int. |
В дополнение к предположениям о битовом представлении чисел с плавающей запятой вышеприведённый пример каламбура типизации также нарушает установленные языком Си правила доступа к объектам: х объявлен как float, но его значение считывается в выражении, имеющем тип signed 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 [] и т. д). |