| the possibility to obtain the parameters of the handler OnDeinit (const int reason). |
возможность получения параметров обработчика OnDeinit (const int reason). |
| In this case, if you use getch to get data for example, you should be careful to hold that data in an int variable rather than a char variable. |
В этом случае, например, при использовании getch для получения данных, вам следует знать, что эти данные нужно хранить в переменной int, а не char. |
| 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). |
| In earlier versions of C, if a function was not previously declared and its name occurred in an expression followed by a left parenthesis, it was implicitly declared as a function that returns an int and nothing was assumed about its arguments. |
Если функция предварительно не была объявлена, а её имя встречается в выражении, сразу за которым следует открывающая скобка, то она неявно объявляется как функция, возвращающая результат типа int и ничего не предполагается о её аргументах. |