User profile: niktitanik

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

While working only when std::cout is used
I see now. Thank you for your answers. I forgot about that.

While working only when std::cout is used
In reply to your edit, I am aware of the dangers if the numbers are large and that's why I won't use...

While working only when std::cout is used
Thanks for the reply. My function is supposed to take in a decimal number and output it in the form ...

While working only when std::cout is used
I have encountered an unusual problem: I have a while(1) loop that will break after a few iterations...

Passing actual variables to a function
Thank you. I haven't used C++11 before, but I'll give it a try.