Manipulator Equivalent setf/unsetf call ----------------------------------------- base setf(ios::showbase) nobase unsetf(ios::showbase) pos setf(ios::showpos) nopos unsetf(ios::showpos) uppercase setf(ios::uppercase) nouppercase unsetf(ios::uppercase) point setf(ios::showpoint) nopoint unsetf(ios::showpoint) skipws setf(ios::skipws) noskipws unsetf(ios::skipws) fixed setf(ios::fixed, ios::floatfield) scientific setf(ios::scientific, ios::floatfield) left setf(ios::left, ios::adjustfield) right setf(ios::right, ios::adjustfield) internal setf(ios::internal, ios::adjustfield)