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 operationsalso 'sqrt' shouldn't be used both as a variable name and the function.
creating one objecthttp://en.wikipedia.org/wiki/Singleton_pattern
Dynamic 2 Dimensional ArrayThere really is no difference. However, I haven't done pointer arithmetics in a while, but from what...