Include Files

The syntax for using include files is:

   #include <filename.h>
To include more than one, use multiple statements:
   #include <math.h>
   #include <iostream.h
   #include <string.h>
Previous page
Next page

Back to Lesson 2 Index
Back to Outline