CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

iostream.h and iomanip.h

in order to use cin and cout, you need to include iostream.h in your program. If you need to use formatting manipulators, you will need to include iomanip.h.

if you include iomanip.h, you don't have to explicitly include iostream.h. It will be included.