• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            <2009年2月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            1234567

            統(tǒng)計(jì)

            • 隨筆 - 24
            • 文章 - 0
            • 評(píng)論 - 17
            • 引用 - 0

            常用鏈接

            留言簿(4)

            隨筆分類

            隨筆檔案

            相冊(cè)

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            有關(guān)include guard的一個(gè)好帖子(收藏)
            終于弄清楚了原來說的同一個(gè)頭文件不能被兩次或兩次以上包含是針對(duì)同一個(gè)源文件而言的。借用80后的流行語,真是漢哪!

            原貼地址:http://www.keil.com/forum/docs/thread10237.asp

            作者 Per Westermark

            The

            #ifndef xx
            #define xx
            ...
            #endif
            

            method is to make sure that a header file isn't included more than once from the same c file.

            You can not - and normally don't want to - stop multiple c files from including the same header file.

            A header file is included because:
            1) You have specifically added a line #include "xx" or #include <xx> in the source file. Don't do that unless you want the file to be included :)
            2) You are including one header file, that it it's turn (one or more steps away) includes another header file. But a header file should only contain a recursive #include if it really needs that other file for some declarations. Hence, you need to include it.

            What does this mean?

            If the header file must be seen by multiple source files, you can't use it to allocate global variables, since the linker would then complain about multiple sets of global variables with the same name. This can be solved with the following:

            //globals.h
            #ifndef _GLOBALS_H
            #define _GLOBALS_H
            #if defined MAIN
            #define EXTERN
            #else
            #define EXTERN extern
            #endif
            ...
            EXTERN int my_global_variable;
            #endif // _GLOBALS_H
            

            // main.c
            #define MAIN
            #include "globals.h"
            ...
            // misc.c
            #include "globals.h"
            ...
            

            In this case, only the inclusion in main.c will result in an "allocation" of global variables, because the #define EXTERN will be empty. All other source files that includes "globals.h" will just see the type information for the global variables.

            posted on 2009-02-19 09:04 小蔥蘸醬 閱讀(999) 評(píng)論(2)  編輯 收藏 引用

            評(píng)論

            # re: 有關(guān)include guard的一個(gè)好帖子(收藏) 2009-02-19 21:19 陳梓瀚(vczh)

            EXTERN的時(shí)候,如果剛好main沒有引用它,那就鏈接錯(cuò)誤了- -#

            # re: 有關(guān)include guard的一個(gè)好帖子(收藏)[未登錄] 2009-02-20 16:15 小蔥蘸醬

            @陳梓瀚(vczh)
            歡迎評(píng)論!
            只要在include "globals.h"前定義了MAIN,就不會(huì)聯(lián)接錯(cuò)誤,跟引用有什么關(guān)系呢?

            只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


            四虎国产精品免费久久| 久久久久国产| A狠狠久久蜜臀婷色中文网| 嫩草影院久久国产精品| 婷婷久久综合九色综合绿巨人| 久久综合亚洲色HEZYO国产| 中文字幕久久久久人妻| 91久久国产视频| 久久精品a亚洲国产v高清不卡| 久久久久国产| 久久精品国产精品亚洲毛片| 久久一区二区免费播放| 久久午夜无码鲁丝片| 青青草国产97免久久费观看| 国产精品毛片久久久久久久| 99久久国产综合精品女同图片| 国内精品久久久久久久久| AV无码久久久久不卡网站下载| 伊人久久大香线蕉无码麻豆| 国产成人精品久久亚洲| 精品一区二区久久久久久久网站| 久久无码专区国产精品发布| 国内精品久久久久久久coent | 久久久久亚洲av成人网人人软件| 久久96国产精品久久久| 久久综合狠狠综合久久综合88| 久久婷婷五月综合国产尤物app | 久久国产精品99国产精| 亚洲国产香蕉人人爽成AV片久久 | 国产成人精品综合久久久| 国产高潮国产高潮久久久| 国产aⅴ激情无码久久| 久久综合偷偷噜噜噜色| 久久亚洲国产最新网站| 亚洲欧美国产精品专区久久 | 国产精品无码久久四虎| 久久精品国产WWW456C0M| 激情综合色综合久久综合| 韩国三级中文字幕hd久久精品 | 国内精品久久久久久久久电影网| 欧美精品乱码99久久蜜桃|