User: sb99

  • Public profile

User profile: sb99

User info
User name:sb99
History
Joined:
Number of posts:9
Latest posts:

can someone please explain this factorial function
I was just stuck up on the whole calling the factorial function again, rather than it just being n*n...

can someone please explain this factorial function
For the life of me I cannot visualize how the program is computing the factorial, I of course unders...

Why is ios not a class or namespace and why is fixed/showpoint subsequently undefined?
ohhh, I did not realise ios was a part of std, I thought ios was it's own namespace.

Why is ios not a class or namespace and why is fixed/showpoint subsequently undefined?
[code] std::cout.setf(ios::fixed); std::cout.setf(ios::showpoint); std::cout.precision(2); [/code]

How are these ints uninitialized?
Ah I found the problem, it was so obvious lol. int points was calling on the values of the two other...

This user does not accept Private Messages