void foo() { cout.setf(ios::showpoint); cout.setf(ios::floatfield,ios::fixed); what.the.hell.cout << "hello" << "world!" << "This" << "is a" << "test!"; }