User profile: johnbob

User info
User name:johnbob
Location:Paris, France
History
Joined:
Number of posts:26
Latest posts:

deque =why elements not changing?
you declare variable [code]vecP psn;[/code] locally in your "monitor" function, thus it is only defi...

help me understand dec to bin work
>> does not give you a 'bit'. "uiNum >> i" is equivalent to "uiNum/ (2[sup]i[/sup])" % 2 gives t...

counting operations
also 'sqrt' shouldn't be used both as a variable name and the function.

creating one object
http://en.wikipedia.org/wiki/Singleton_pattern

Dynamic 2 Dimensional Array
There really is no difference. However, I haven't done pointer arithmetics in a while, but from what...