• <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函數--看VC6.0對Standard C++的支持

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

            #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,會拋出string型異常
            ?//throw int(123);?? //若throw出了int型異常,這會調用set_unexpected注冊的函數,默認為terminate
            }

            上面的函數的異常規范指定了只用拋出string型異常,Standard C++會保證該函數只能拋出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確保不發生任何異常
            {
            ?cout<<"Fun is called!"<<endl;
            ?throw string("Excepton is thrown in Fun()");?? //但是throw出了異常,這會調用set_unexpected注冊的函數,默認為terminate
            }
            void Show()
            {
            ??? cout<<"unexpected excepton occurred in Fun()"<<endl;
            ??? system("PAUSE");
            }
            int main()
            {
            ?set_unexpected(Show);?? //VC6并不支持,對Standard C++的支持并不好
            ?try
            ?{
            ??Fun();?? //出現異常,雖有Throw list但仍被throw
            ?}
            ?catch(string str)
            ?{
            ??cout<<"Exception catched!"<<endl<<"description:"<<str<<endl;?
            ?}
            ?
            ?system("PAUSE");
            ?return 0;
            }

            ?? VC6好像并不理會Standard C++的規定。這在Microsoft的網頁上得到了見證:
            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的處理會比terminate的調用更有優勢.
            ?
            但標準就是標準,不能因為Microsoft不支持標準而標準就會改變。還是有很多Compiler的廠商實現標準。例如我手上的Dev-C++5.0 beta版。(華軍軟件園上有下載)就對標準支持較好。

            //Platform: WinXp + Dev-C++5.0 beta
            #include <stdlib.h>
            #include <iostream>
            #include <string>
            using namespace std;
            void Fun()throw()?? //Exception specification,即Throw list確保不發生任何異常
            {
            ?cout<<"Fun is called!"<<endl;
            ?throw string("Excepton is thrown in Fun()!");?? //但是throw出了異常,這會調用set_unexpected注冊的函數,默認為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
            ?????????????//此時,代碼跳至Show中處理
            ?}
            ?catch(...)
            ?{
            ??cout<<"Catch exception!"<<endl;
            ?}
            ?
            ?system("PAUSE");
            ?return 0;
            ?
            }

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

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

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

            国产精品一区二区久久国产| 精品久久久久久99人妻| 精品一二三区久久aaa片| 综合久久久久久中文字幕亚洲国产国产综合一区首| 亚洲欧美日韩精品久久| 久久久久亚洲精品男人的天堂| 久久久久香蕉视频| 久久国产免费观看精品3| 国产高清美女一级a毛片久久w| 色综合久久88色综合天天 | 久久久久久久久久久久中文字幕 | 亚洲欧洲久久久精品| 久久精品国产乱子伦| 国产巨作麻豆欧美亚洲综合久久| 久久久久久久免费视频| 秋霞久久国产精品电影院| 久久精品无码一区二区WWW| 久久99毛片免费观看不卡| 无码日韩人妻精品久久蜜桃| 久久久久久国产精品无码下载| 久久综合国产乱子伦精品免费| 久久综合视频网站| 天天综合久久久网| 久久人人爽人人爽人人爽| 亚洲国产精品无码久久SM| 久久99国产亚洲高清观看首页| 伊人久久大香线蕉AV色婷婷色| 久久av免费天堂小草播放| 国产精品久久久久久久久免费| 国产成人无码精品久久久性色 | 欧美日韩中文字幕久久久不卡| 精品久久久久久亚洲| 国产三级久久久精品麻豆三级 | 日韩久久久久中文字幕人妻| 国产精品免费看久久久香蕉| 久久精品国产99国产电影网 | 狠狠色婷婷久久一区二区三区 | 天天综合久久久网| 88久久精品无码一区二区毛片| 欧美精品一区二区精品久久| 国产L精品国产亚洲区久久|