2012年8月27日 星期一

C語言 - #include<> vs. #include” ”

#INCLUDE 前置處理有兩種形式:

<1> #INCLUDE <檔名>:
指示 compiler 只到系統的INCLUDE目錄去找要含括的檔案。這種形式主要適用來函括標準函式庫的標頭檔。EX: #include < aa.h >

<2>#INCLUDE "檔名":
指示compiler 先到目前的工作目錄去找,若找不到,再到系統的INCLUDE目錄去找。
EX: #include "Userdef.h"

Reference:
http://tw.myblog.yahoo.com/josh-chang/article?mid=1406&next=1348&l=f&fid=8

沒有留言:

張貼留言