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

            旅途

            如果想飛得高,就該把地平線忘掉

            set_unexpected函數(shù)--看VC6.0對Standard C++的支持

            ?? 異常規(guī)范(Exception Specification),是通過異常列表(throw list)來規(guī)定一個(gè)函數(shù)只能拋出哪些異常。例如:

            #include <iostream>
            #include <string>
            using namespace std;
            void Fun()throw(string)?? //Exception specification,即Throw list確保只拋出string型異常
            {
            ?cout<<"Fun is called!"<<endl;
            ?throw string("Exception occurred!");?? //Ok,會(huì)拋出string型異常
            ?//throw int(123);?? //若throw出了int型異常,這會(huì)調(diào)用set_unexpected注冊的函數(shù),默認(rèn)為terminate
            }

            上面的函數(shù)的異常規(guī)范指定了只用拋出string型異常,Standard C++會(huì)保證該函數(shù)只能拋出string型異常。若拋出其它異常都是不期望的(Unexpected)。
            ???但這對Microsoft VC++6.0卻不成立。試寫以下代碼:

            // Platform: WinXp + VC6.0
            #include <stdlib.h>
            #include <iostream>
            #include <string>
            using namespace std;
            void Fun()throw()?? //Exception specification,即Throw list確保不發(fā)生任何異常
            {
            ?cout<<"Fun is called!"<<endl;
            ?throw string("Excepton is thrown in Fun()");?? //但是throw出了異常,這會(huì)調(diào)用set_unexpected注冊的函數(shù),默認(rèn)為terminate
            }
            void Show()
            {
            ??? cout<<"unexpected excepton occurred in Fun()"<<endl;
            ??? system("PAUSE");
            }
            int main()
            {
            ?set_unexpected(Show);?? //VC6并不支持,對Standard C++的支持并不好
            ?try
            ?{
            ??Fun();?? //出現(xiàn)異常,雖有Throw list但仍被throw
            ?}
            ?catch(string str)
            ?{
            ??cout<<"Exception catched!"<<endl<<"description:"<<str<<endl;?
            ?}
            ?
            ?system("PAUSE");
            ?return 0;
            }

            ?? VC6好像并不理會(huì)Standard C++的規(guī)定。這在Microsoft的網(wǎng)頁上得到了見證:
            In the current Microsoft implementation of C++ exception handling, unexpected calls terminate by default and is never called by the exception-handling run-time library. There is no particular advantage to calling unexpected rather than terminate.
            ???Microsoft并不覺得unepxpected的處理會(huì)比terminate的調(diào)用更有優(yōu)勢.
            ?
            但標(biāo)準(zhǔn)就是標(biāo)準(zhǔn),不能因?yàn)镸icrosoft不支持標(biāo)準(zhǔn)而標(biāo)準(zhǔn)就會(huì)改變。還是有很多Compiler的廠商實(shí)現(xiàn)標(biāo)準(zhǔn)。例如我手上的Dev-C++5.0 beta版。(華軍軟件園上有下載)就對標(biāo)準(zhǔn)支持較好。

            //Platform: WinXp + Dev-C++5.0 beta
            #include <stdlib.h>
            #include <iostream>
            #include <string>
            using namespace std;
            void Fun()throw()?? //Exception specification,即Throw list確保不發(fā)生任何異常
            {
            ?cout<<"Fun is called!"<<endl;
            ?throw string("Excepton is thrown in Fun()!");?? //但是throw出了異常,這會(huì)調(diào)用set_unexpected注冊的函數(shù),默認(rèn)為terminate
            }
            void Show()
            {
            ??? cout<<"unexpected excepton occurred!"<<endl;
            ??? system("PAUSE");
            }
            int main()
            {
            ?set_unexpected(Show);?? //Dec-C++支持,對Standard C++的支持較好
            ?try
            ?{
            ??Fun();???? //Show() is invoked when Fun() throw the exception
            ?????????????//此時(shí),代碼跳至Show中處理
            ?}
            ?catch(...)
            ?{
            ??cout<<"Catch exception!"<<endl;
            ?}
            ?
            ?system("PAUSE");
            ?return 0;
            ?
            }

            ?
            ?? 其實(shí)上面也只是說明VC6對標(biāo)準(zhǔn)C++支持并不是十分完全,但這并不是什么壞事。相反VC6還是很好用的。不過對Standard C++的有些特性不支持,學(xué)習(xí)C++語言時(shí)可就要留個(gè)心眼了。當(dāng)你看《C++ Primer》等標(biāo)準(zhǔn)C++的教材時(shí),如果書有些例子拿到VC6中并不能編譯通過,再懷疑代碼敲錯(cuò)或書上代碼印錯(cuò)的同時(shí)還得想想是不是VC6不夠 Standard.(不過還好的是VC6.0基本上%90以上還是挺標(biāo)準(zhǔn)的)。
            ?
            ?
            ?
            ?
            ?
            ?
            ?
            ?
            ?
            ?
            Jerry.Chow
            ?????? 9/18'07

            http://blog.chinaunix.net/u/11680/showart.php?id=384295

            posted on 2007-09-29 00:55 旅途 閱讀(511) 評論(0)  編輯 收藏 引用 所屬分類: C/C++

            99国产欧美久久久精品蜜芽| 国产成人久久久精品二区三区 | 国产真实乱对白精彩久久| 99精品伊人久久久大香线蕉| 久久e热在这里只有国产中文精品99| 午夜精品久久久久久久无码| 久久综合亚洲欧美成人| 精品久久人人爽天天玩人人妻| 久久成人小视频| 久久99国产精品久久久| 久久婷婷色综合一区二区| 99久久精品国内| 久久亚洲精品无码aⅴ大香| 久久久91精品国产一区二区三区| 色婷婷久久综合中文久久一本| 国产精品天天影视久久综合网| 日本欧美国产精品第一页久久| 久久精品国产精品亚洲精品| 99久久精品免费看国产一区二区三区 | 久久久久久人妻无码| 久久996热精品xxxx| 国产精品9999久久久久| 久久人与动人物a级毛片| 国产三级精品久久| 91秦先生久久久久久久| 久久久久亚洲av无码专区喷水 | 久久久久国产一级毛片高清板| 国内精品久久久久影院日本| 久久SE精品一区二区| 色偷偷91久久综合噜噜噜噜| 久久久受www免费人成| 国产精久久一区二区三区| 久久99中文字幕久久| 精品国产91久久久久久久 | 91久久福利国产成人精品| 久久亚洲精品成人av无码网站| 午夜精品久久久久久久| 精品久久久久久中文字幕大豆网| 狠狠色婷婷久久一区二区 | 精品乱码久久久久久久| 精品久久久久久国产潘金莲 |