|
|
iostream.h and iomanip.hin 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. |