You are viewing a single comment's thread. Return to all comments →
simple is best
cout << left << nouppercase << hex << showbase << (long long)A << endl;
cout << setfill('_') << setw(15) << right << showpos << fixed << setprecision(2) << B << endl; cout << uppercase << noshowpos << scientific << setprecision(9) << C << endl;
Seems like cookies are disabled on this browser, please enable them to open this website
Print Pretty
You are viewing a single comment's thread. Return to all comments →
simple is best
cout << left << nouppercase << hex << showbase << (long long)A << endl;