what does this sibol mean? "& L; <" for example: if (1 <var)
I want the name of the subject to be studied. Thank.
It shifts bits in as many as 1 varpositions to the left. Thus, in essence, it computes 2 to a power var.
var
See the article on bit shifting on wikipedia .
What left bitwise shift operator.
left bitwise shift operator
The other bitwise shift operatoris >>.
bitwise shift operator
>>
" ". 0000..00001 "var". , var 1, , "1 < 1", 0001 0010, 2. var 2, 0100 (4) .. , .
C..
.
, , .
<<is a manipulation operator. In particular, it <<performs a left shift operation. This provides the effect of multiplying the base value by power 2.
<<
More information can be found at: http://en.wikipedia.org/wiki/Bit_manipulation
Source: https://habr.com/ru/post/1771172/More articles:Как высмеять метод экземпляра уже издевавшегося объекта? - rubyWhat is the complexity of this LINQ example? - performanceThe fastest way to deserialize objects from a huge binary file is .netGrails / AJAX: updating an arbitrary region on a page using g: submitToRemote - ajaxRecognized numbers using PHP - phpReading multi-line text with values separated by spaces - javaC ++: Libcurl curl_easy_init () gives access violation error and program crash - c ++Volume of production of audio equipment for the 4th generation. Ipod touch - iphonememory allocation for an array of pointers - cObjective-C (iPhone) ivars and memory management - objective-cAll Articles