• <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>
            隨筆 - 45  文章 - 129  trackbacks - 0
            <2007年1月>
            31123456
            78910111213
            14151617181920
            21222324252627
            28293031123
            45678910

            專注于C++ P2P STL GP OpenSource等
            Google

            常用鏈接

            留言簿(10)

            隨筆分類

            隨筆檔案

            相冊

            朋友

            • .NET

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            先講#和#@字符:這兩個比較類似:前者是將所代表的東西字符串化,后者是將代表的東西字符化。

            而##可以說是個符號粘合劑。(Modern C++中用來做編譯時期內存檢查--2.1節 就是用了這個符號)

            #的用法

            The number-sign or "stringizing" operator (#) converts macro parameters (after expansion) to string constants. It is used only with macros that take arguments. If it precedes a formal parameter in the macro definition, the actual argument passed by the macro invocation is enclosed in quotation marks and treated as a string literal. The string literal then replaces each occurrence of a combination of the stringizing operator and formal parameter within the macro definition.

            White space preceding the first token of the actual argument and following the last token of the actual argument is ignored. Any white space between the tokens in the actual argument is reduced to a single white space in the resulting string literal. Thus, if a comment occurs between two tokens in the actual argument, it is reduced to a single white space. The resulting string literal is automatically concatenated with any adjacent string literals from which it is separated only by white space.

            Further, if a character contained in the argument usually requires an escape sequence when used in a string literal (for example, the quotation mark (") or backslash (\) character), the necessary escape backslash is automatically inserted before the character. The following example shows a macro definition that includes the stringizing operator and a main function that invokes the macro:

            #define stringer( x ) printf( #x "\n" )
            
            int main()
            {
                stringer( In quotes in the printf function call\n ); 
                stringer( "In quotes when printed to the screen"\n );   
                stringer( "This: \"  prints an escaped double quote" );
            }

            Such invocations would be expanded during preprocessing, producing the following code:

            int main()
            {
               printf( "In quotes in the printf function call\n" "\n" );
               printf( "\"In quotes when printed to the screen\"\n" "\n" );
               printf( "\"This: \\\" prints an escaped double quote\"" "\n" );
            }

            When the program is run, screen output for each line is as follows:

            In quotes in the printf function call
            
            "In quotes when printed to the screen"
            
            "This: \" prints an escaped double quotation mark"

            Microsoft Specific

            The Microsoft C (versions 6.0 and earlier) extension to the ANSI C standard that previously expanded macro formal arguments appearing inside string literals and character constants is no longer supported. Code that relied on this extension should be rewritten using the stringizing (#) operator.

            END Microsoft Specific

            #@的用法


            Microsoft Specific

            The charizing operator can be used only with arguments of macros. If #@ precedes a formal parameter in the definition of the macro, the actual argument is enclosed in single quotation marks and treated as a character when the macro is expanded. For example:

            #define makechar(x)  #@x

            causes the statement

            a = makechar(b);

            to be expanded to

            a = 'b';

            The single-quotation character cannot be used with the charizing operator.

            END Microsoft Specific

            ##的用法

            The double-number-sign or "token-pasting" operator (##), which is sometimes called the "merging" operator, is used in both object-like and function-like macros. It permits separate tokens to be joined into a single token and therefore cannot be the first or last token in the macro definition.

            If a formal parameter in a macro definition is preceded or followed by the token-pasting operator, the formal parameter is immediately replaced by the unexpanded actual argument. Macro expansion is not performed on the argument prior to replacement.

            Then, each occurrence of the token-pasting operator in token-string is removed, and the tokens preceding and following it are concatenated. The resulting token must be a valid token. If it is, the token is scanned for possible replacement if it represents a macro name. The identifier represents the name by which the concatenated tokens will be known in the program before replacement. Each token represents a token defined elsewhere, either within the program or on the compiler command line. White space preceding or following the operator is optional.

            This example illustrates use of both the stringizing and token-pasting operators in specifying program output:

            #define paster( n ) printf( "token" #n " = %d", token##n )
            int token9 = 9;

            If a macro is called with a numeric argument like

            paster( 9 );

            the macro yields

            printf( "token" "9" " = %d", token9 );

            which becomes

            printf( "token9 = %d", token9 );
            posted on 2007-01-19 14:03 CPP&&設計模式小屋 閱讀(1624) 評論(1)  編輯 收藏 引用 所屬分類: 其他

            FeedBack:
            # re: 關于 ## ,#以及#@的用法 2007-04-21 18:47 heweitykc
            c++整的這么復雜啊 以后怎么維護啊!  回復  更多評論
              
            国产精品久久久久久久久软件| 亚洲va国产va天堂va久久| 伊人久久大香线蕉av一区| 久久人人爽人人澡人人高潮AV | 美女写真久久影院| 91精品国产综合久久香蕉 | 国内精品久久久久影院薰衣草| 亚洲伊人久久成综合人影院 | 国产亚洲欧美成人久久片| 国产99久久九九精品无码| 久久久久亚洲?V成人无码| 国产精品久久久久蜜芽| 久久国产精品99久久久久久老狼| 久久久久无码专区亚洲av| 久久精品黄AA片一区二区三区| 99久久99久久精品国产片| 国产精品久久网| 久久夜色精品国产| 久久久久无码精品国产不卡| 国产福利电影一区二区三区久久久久成人精品综合 | 久久久精品国产亚洲成人满18免费网站| 国产欧美久久久精品影院| 久久久久久综合一区中文字幕| 国产精品久久久久久久久软件 | 国内精品久久久久伊人av| 欧美精品九九99久久在观看| 成人久久久观看免费毛片| 亚洲人成网亚洲欧洲无码久久| 中文精品久久久久国产网址| 99国产精品久久| 色8久久人人97超碰香蕉987| 久久综合色区| 国内精品久久久久久中文字幕| 久久综合丁香激情久久| 97久久香蕉国产线看观看| 亚洲中文字幕久久精品无码喷水| yy6080久久| 亚洲精品乱码久久久久久按摩| 久久乐国产综合亚洲精品| 国产精品久久久久久久app| 人人妻久久人人澡人人爽人人精品|