|
-
Dec 8th, 2002, 11:16 PM
#1
Thread Starter
PowerPoster
What the different between <> and "" within the #Include statement?
Jus wandering to know what the different between this to statement?
PHP Code:
#Include <windows.h>
Does the above statement will lead the compiler to source for the include header file within the source path as specified under the "Tools|Option|Directory"?
PHP Code:
#Include "windows.h"
And this will lead the compiler to source foe the include header file within the current project file directory?
K-PAX
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
|