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

            woaidongmao

            文章均收錄自他人博客,但不喜標(biāo)題前加-[轉(zhuǎn)貼],因其丑陋,見(jiàn)諒!~
            隨筆 - 1469, 文章 - 0, 評(píng)論 - 661, 引用 - 0
            數(shù)據(jù)加載中……

            #line 宏

            用來(lái)重新設(shè)定源文件的名字和行號(hào),指向另外的一個(gè)地方,如果出現(xiàn)編譯錯(cuò)誤,編譯器的輸出信息將指向設(shè)置后的文件和偏移, LEX & YACC,Ragel,很多這種宏。

             

            MSDN的解釋

            The #line directive tells the preprocessor to change the compiler’s internally stored line number and filename to a given line number and filename. The compiler uses the line number and filename to refer to errors that it finds during compilation. The line number usually refers to the current input line, and the filename refers to the current input file. The line number is incremented after each line is processed.

            Syntax

            #line

            digit-sequence "filename"opt

            The digit-sequence value can be any integer constant. Macro replacement can be performed on the preprocessing tokens, but the result must evaluate to the correct syntax. The filename can be any combination of characters and must be enclosed in double quotation marks (" "). If filename is omitted, the previous filename remains unchanged.

            You can alter the source line number and filename by writing a #line directive. The translator uses the line number and filename to determine the values of the predefined macros __FILE__ and __LINE__. You can use these macros to insert self-descriptive error messages into the program text. For more information on these predefined macros, see Predefined Macros.

            The __FILE__ macro expands to a string whose contents are the filename, surrounded by double quotation marks (" ").

            If you change the line number and filename, the compiler ignores the previous values and continues processing with the new values. The #line directive is typically used by program generators to cause error messages to refer to the original source file instead of to the generated program.

            The following examples illustrate #line and the __LINE__ and __FILE__ macros.

            In this statement, the internally stored line number is set to 151 and the filename is changed to copy.c.

            #line 151 "copy.c"

            In this example, the macro ASSERT uses the predefined macros __LINE__ and __FILE__ to print an error message about the source file if a given “assertion” is not true.

            #define ASSERT(cond)
             
            if( !(cond) )\
            {printf( "assertion error line %d, file(%s)\n", \
            __LINE__, __FILE__ );}

             

            posted on 2008-12-27 22:26 肥仔 閱讀(830) 評(píng)論(0)  編輯 收藏 引用 所屬分類: C++ 基礎(chǔ)

            亚洲精品无码久久不卡| 久久免费精品一区二区| 久久精品国产精品青草| 精品久久久久久久中文字幕| 久久久久久久免费视频| 东京热TOKYO综合久久精品| 久久精品中文字幕第23页| 少妇人妻88久久中文字幕| 久久久综合香蕉尹人综合网| 国产精品一久久香蕉国产线看 | 亚洲国产精品久久久久| 久久亚洲AV无码精品色午夜麻豆 | 久久久久青草线蕉综合超碰| 亚洲午夜精品久久久久久人妖| 久久国产香蕉一区精品| 日本欧美久久久久免费播放网| 久久久亚洲裙底偷窥综合| 狠狠色丁香久久综合五月| 2021国内久久精品| 国产精品成人99久久久久 | 久久久久国产视频电影| 97久久精品无码一区二区| 色妞色综合久久夜夜| 久久噜噜久久久精品66| 91精品日韩人妻无码久久不卡| 久久久久久亚洲AV无码专区| 伊人久久大香线蕉亚洲| 久久99这里只有精品国产| 精品久久久久久久中文字幕 | 久久WWW免费人成—看片| 久久无码人妻一区二区三区| 伊色综合久久之综合久久| 久久久中文字幕日本| 久久国产香蕉一区精品| 人人狠狠综合久久亚洲| 久久国产AVJUST麻豆| 怡红院日本一道日本久久 | 久久国产综合精品五月天| 久久精品免费观看| 嫩草影院久久国产精品| 久久99国产精品久久久 |