Examples of using Type size in English and their translations into Russian
{-}
-
Official
-
Colloquial
Type, size and weight of the package.
The function strlen() returns the type size_t.
Is there a way to make the type size_t 32-bit in a 64-bit program?
To correct the code, use the type size_t.
Type size in 32-bit and 64-bit versions of Windows operation system.
People also translate
The sizeof operator yields a value of the type size_t.
Sort the files by file type, size and date as needed.
The most frequent is using numbers to store type sizes.
And regardless of the type, size, color and habitat….
The type size_t becomes 64-bit while the type unsigned int remains 32-bit.
All the judges have noted his excellent type, size, and the prospects for the future!
The correct solution will be to change the type of the variable BufferSizeForWrite into type size_t.
In the terms of static analyzer PVS-Studio, type size_t refers to memsize-types.
The font colour should be black, the height of letters, numerals and other signs should be no less than 1.8 mm(type size 12).
Suppose you managed to redefine the type size_t as a 32-bit one in your code by resorting to some tricks typedef, define.
The classified product is designed by name, type, size and quality.
The type size_t is usually used in loop counters, to index arrays, to store sizes and in address arithmetic.
Initials and surnames of the authors are printed in bold(type size 12), centred, below the header.
While porting programs on 64-bit systems different errors occur relating to changing of the data model type size.
In the first case, the programmer does not take into account that the type size_t is not equivalent to the type unsigned on a 64-bit platform.
UDC identifier(at the upper left) and publication header(centred) are prepared in upper case,bold type( type size 12).
On a 32-bit system, the type size_t coincides with the type unsigned int and the compiler chooses the function"void foo(unsigned int)" to call.
In it the types int and long remain 32-bit integers, and the type size_t becomes a 64-bit integer.
Usually the type size_t is used to emphasize that we deal with an object containing some size, number of elements or iterations.
This code contains a fundamental algorithmic error that consists in the assumption that the type size_t contains 4 bytes.
In spite of the facte that we return the type size_t value the expression x+ y* Width+ z* Width* Height is determined with the use of type int.
Looking through the definition of function malloc we will see that its formal argument assigning the size of the allocated memory is represented by type size_t.
The type, size and location of the site where the suspected nuclear explosion has allegedly taken place and the requested perimeter surrounding the inspection site.
Positions of authors, scientific degree, title and e-mail address,the name of the institution are printed in italics, type size 12, centred, below the initials and family names of authors.
The type size depends on the data model, and unlike Linux OS, the'long' type is always 32-bits in Windows.