// A sampling of output stream manipulators // Compare with formats.cc which uses functions #include #include main() { //Suitable for a check protected monetary field const float dollars = 1234.45; cout << '$'; cout << setfill('*'); cout <