View Single Post
Old 12-15-2002, 03:00 PM   #1 (permalink)
w00t
Totally Inept
 
w00t's Avatar
 
Join Date: Jul 2002
Location: The Great Northwest
Posts: 195
w00t is on a distinguished road
Including headers in code

So i write a header that contains all of the class declarations that I will be using in my code. I saved this information as header.h.
I want to include this information in my main program using the
#include <header.h> command.

In my main file, I keep getting a compile-time error "unable to open include file header.h".

My question is, when you want to #include a header file, is there a different way to type this, or do you handle it like <iostream.h>

BTW, I am using Borland 5.01.
__________________
Office Space:
Best Movie.
Ever.

Contrary to popular belief, the true function of a programmer
is to turn coffee into source code.
w00t is offline   Reply With Quote