DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
power of two c++
bool IsPowerOfTwo(int x) { return x && ((x & (x - 1)) == 0); }
PREVIOUS
NEXT
Tagged:
#power
ADD COMMENT
Topic
COMMENT
Name
7+1 =
Submit