User profile: hoity

User info
User name:hoity
History
Joined:
Number of posts:12
Latest posts:

Hamming weight
Can anybody please explain the following code portion here. [code] int count_set_bits(int N) ...

Multidimensional Vector
got it.Thanks

Multidimensional Vector
What's wrong with my code

Multidimensional Vector
I am using the latest version of codeblocks 12.11 [code]#include <cstdio> #include <iostream> #incl...

Multidimensional Vector
I want to clear a Multidimensional vector but "clear()" function isn't working.Can anybody help me?