Horje
bit c++ Code Example
bit c++
Set ith bit:    x|(1<<i)
Get ith bit:    (x&(1<<i) != 0)
Clear ith bit:   x&(~(1<<i))




Cpp

Related
restting a queue stl Code Example restting a queue stl Code Example
flags for g++ compiler Code Example flags for g++ compiler Code Example
final in c++ Code Example final in c++ Code Example
c++ cast char to string Code Example c++ cast char to string Code Example
who to include a library c++ Code Example who to include a library c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8