What is the translation of " POINTER SIZE " in Russian?

['pointər saiz]
['pointər saiz]
размера указателя
pointer size

Examples of using Pointer size in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
The'sizeof' operator calculates the pointer size.
Оператор' sizeof' вычисляет размер указателя.
As a result, the pointer size is divided by'sizeofWCHAR.
В результате размер указателя делится на' sizeofWCHAR.
The number of bytes being compared depends on the pointer size.
Количество сравниваемых байт зависит от размера указателя.
What does the pointer size depend on in C++ on different platforms?
От чего зависит размер указателя в C на различных платформах?
The reason is that the'sizeof' operator returns the pointer size.
Причина, что оператор' sizeof' возвращает размер указателя.
The pointer size in it is divided by the size of one character.
В нем размер указателя делится на размер одного символа.
We should use the type which will correspond to the pointer size.
Следует использовать тип, который будет соответствовать размеру указателя.
When trying to calculate the pointer size, a compilation error will occur.
При попытке вычисления размера указателя, возникнет ошибка на этапе компиляции.
The pointer size can be much smaller than the size of the structure variable.
Размер указателя может быть намного меньше размера структурной переменной.
Both examples do not take into account that the pointer size may differ from 32-bits.
Оба примера не учитывают, что размер указателя может отличаться от 32 бит.
It means that it is the pointer size which is passed into a function instead of the buffer size..
Вместо размера буфера в функцию передается размер указателя.
One should use that type which would conform with the pointer size as follows.
Следует использовать тип, который будет соответствовать размеру указателя, как показано ниже.
The sizeof() operator calculates the pointer size instead of the number of bytes in a string.
Оператор sizeof() вычисляет не количество байт в строке, а размер указателя.
As a result, the sizeof(buf) operator evaluates not the buffer size, but the pointer size.
В итоге, оператор sizeof( buf) вычисляет не размер буфера, а размер указателя.
The'sizeof(uc)' expression returns the pointer size, not the buffer size..
Выражение' sizeof( uc)' возвращает размер указателя, а не размер буфера.
The row pointer size is usually four bytes, but may grow in the future for really big tables.
Sizeof( указатель базы данных) обычно равен 4, но со временем для очень больших таблиц может увеличиться.
The"sizeof(msg->text)" expression calculates the pointer size, not the string length.
Выражение" sizeof( msg-> text)" вычисляет размер указателя, а вовсе не длину строки.
If we divide the pointer size by the byte size, we will always get a value larger than one.
Если мы поделим размер указателя на размер байта, то всегда получим значение больше единицы.
The'sizeof(iNeighbors)' expression is illegal, as it returns the pointer size, not the array size..
Оно возвращает не размер массива, а размер указателя.
The sizeof() operator returns the pointer size instead of the size of the buffer with data.
Оператор sizeof() возвращает размер указателя, а не размер буфера с данными.
The number of items in an array allocated by the'new'operator equals the pointer size in bytes.
Количество элементов в массиве, выделяемого с помощью оператора' new' равно размеру указателя в байтах.
The sizeof() operator actually calculates the pointer size instead of the number of bytes in a string.
Оператор sizeof() вычисляет размер указателя, а вовсе не количество байт в строке.
Actually it is a common case when developers want to pass a buffer size instead of a pointer size into a function.
На самом деле, разработчики часто хотят передать в функцию не размер указателя, а размер буфера.
It is not important if the pointer size coincides with the size of the'unsigned long' type.
Это не страшно, если размер указателя совпадает с размером переменной типа' unsigned long.
The author of this inaccurate code did not take into account that the pointer size may excess 32 bits later.
Автор этого неаккуратного кода не учел, что размер указателя в будущем может стать более 32 бит.
The'sizeof(utf8)' expression returns the pointer size, not the size of the allocated memory buffer.
Выражение' sizeof( utf8)' возвращает размер указателя, а не размер выделенного буфера памяти.
The'fbuf' variable is a pointer, which means that sizeof(fbuf)will return the pointer size instead of the array size..
Переменная' fbuf' это указатель, а значит sizeof( fbuf)вернет размер указателя, а не массива.
However, most contemporary operating systems of general purpose(desktop UNIX-compatible systems, MS Windows)use data models where the pointer size corresponds to the capacity of the address bus employed by the architecture of these platforms.
Однако на большинстве современных ОС общего назначения( настольные UNIX совместимые системы, MS Windows)используются модели данных, в которых размер указателя соответствует разрядности адресной шины у архитектуры этих платформ.
Then calculation of"ptr+ 0xFFFFFFFFu" takes place, butthe result of it depends on the pointer size on the particular architecture.
Затем происходит вычисление выражения" ptr+ 0xFFFFFFFFu", но что из этого выйдет,будет зависеть от размера указателя на данной архитектуре.
The error is this: the sizeof()operator returns the pointer size, not the buffer size..
Ошибка заключается в том, что оператор sizeof()возвращает размер указателя, а вовсе не размер буфера.
Results: 172, Time: 0.0372

Word-for-word translation

Top dictionary queries

English - Russian