
please wait
setw(15), setprecision(2) setiosflags(ios::fixed|ios::showpoint|ios::left)
but I don't know where this would go.
|
|
cin.sync(); cin.get();
. What this will do is it will effectively ask for another character from your program, pausing it. To end your program, just press the "ENTER" (or sometimes "RETURN") button on your keyboard.