// A sampling of output stream manipulators // Compare with formats.cc which uses functions // Aparently the Gnu CC we have does not have // setiosflags( int, int) // so i had to use cout.setf(int, int) instead #include #include main() { //Suitable for a check protected monetary field const float dollars = 1234.45; cout << '$' << setfill('*') <