Header Files

Header files are… (Needs description)

They can be included in a c++ program by using the include keyword.

#include <iostream>
#include "header.h"

Using quotation marks will look in the program directory for the header file first.
Using angle brackets will look in the external directories for the header file first.

Headers Files

page_revision: 1, last_edited: 1246723902|%e %b %Y, %H:%M %Z (%O ago)