|
-
January 7th, 2008, 10:38 PM
#1
[RESOLVED] Including header files.
Say I have a header file named as "Complex.h"
On .cpp I want to include it. So I test it on following three ways.
- #include "Complex.h"
- #include ".\complex.h"
- #include "complex.h"
In all ways it works fine. So that means there is no any different between above three line?
When I use IDE to add classes to my applications, the header files are included as the second way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|