to get number of set bits in a int,long int , long long int

__builtin_popcount (4) //for int __builtin_popcountl = long int __builtin_popcountll = long long

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.