User profile: twiss

User info
User name:twiss
History
Joined:
Number of posts:5
Latest posts:

precision on scientific notation
Did it help?

precision on scientific notation
http://www.cplusplus.com/forum/general/4011/

For Loop Just Won't Work
It tells the compiler that the program ran without failures. Sometimes not returning 0 causes errors...

C++ Calculator
Why do you use [code]system()[/code] on line 6? I assume you mean [code]printf()[/code] or [code]cou...

"Guess the number" game...
Plus, [code]rand() % 10[/code] wil give you a number from 0 to 9. [code]rand() % 11[/code] will ret...