|
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.
|