#include statements
n
This section lists all included header files
n
#include <iostream.h>
n
used for pre-defined headers
n
<>
- Standard directory,
n
#include "IOTools.h"
n
#include "Graphics.h“
n
used for user-defined headers
n
“ ”
- current directory & standard directory,
n