Thanks everyone...

Btw, do I have to include iomanip if I'm going to use std::setprecision()?


And...,

Can I also do something like this...? :

Code:
std::setprecision(8.2)
Just like the way I do it in C:

Code:
printf("OUTPUT: %8.2f", varname);
Cheers!