How to round a double Easiest way #include <iomanip> cout << fixed << setprecision(1) << 9.09090901 << endl; and ...
Goto and return 1Thanks for the replies guys, I can see why goto should be avoided by looking at firedraco's example....
newbie function questionActually, 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 1Ok so, I read that goto and return 1 shouldn't be used and although I don't quite understand why, I'...
C++ output irrational numbersWell, 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