Starting Out With C++ > 2.3 The #include Directive > Flashcards
The #include directive causes what?
It causes the contents of another file to be inserted into the program.
The header file iostream must be included in?
Must be included in every programs that use the cout cin object.