User: Syx

  • Public profile

User profile: Syx

User info
User name:Syx
History
Joined:
Number of posts:17
Latest posts:

How to round a double
Easiest way #include <iomanip> cout << fixed << setprecision(1) << 9.09090901 << endl; and ...

Goto and return 1
Thanks for the replies guys, I can see why goto should be avoided by looking at firedraco's example....

newbie function question
Actually, I don't think that's what it means. I've never used it but looking at the function, I'm as...

Goto and return 1
Ok so, I read that goto and return 1 shouldn't be used and although I don't quite understand why, I'...

C++ output irrational numbers
Well, I just started programming as well, so all I could come with is a way to simulate that. Basic...

This user does not accept Private Messages