| mode (int) - speaker configuration, set on preset load. |
mode (int) - режим колонок, будет установлен при загрузке пресета. |
| So in this case we can simply use typified Array class elements like string[], int[], etc. |
В случае массивов с нулевой адресацией достаточно использования типизированных наследников класса Аггау например string[], int[] и т.д. |
| INT 10h is fairly slow, so many programs bypass this BIOS routine and access the display hardware directly. |
Вызов INT 10h довольно медленный, поэтому многие программы получают доступ к видеоадаптеру напрямую, без BIOS. |
| The type int should be the integer type that the target processor is most efficiently working with. |
Желательно, чтобы тип int был таким целочисленным типом, с которым наиболее эффективно работает процессор. |
| For example, in the declaration int *ptr, the dereferenced form *ptr is an int, while the reference form ptr is a pointer to an int. |
Например, в объявлении int *ptr разыменованная форма *ptr является целым (int), а ссылочная форма ptr - указателем на целое. |