• <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)貼],因其丑陋,見諒!~
            隨筆 - 1469, 文章 - 0, 評論 - 661, 引用 - 0
            數(shù)據(jù)加載中……

            測試一下 Intel C++8.0 對模板的支持程度

            有關(guān)模板的語法很多很雜,無法一一列舉,在此僅測試幾個簡單常用的語法。
            以下有關(guān)模板的語法分別使用 Dev-CPP4991VC++6.0 Intel C++8.0 進(jìn)行測試,DEVCPPICC都能完全通過測試,VC++6有部分通不過測試。

            1.
            模板類靜態(tài)成員
            template <typename T> struct testClass {
                static int _data;
            };
            template<> int testClass<char>::_data = 1;
            template<> int testClass<long>::_data = 2;
            int main( void ) {
                cout << boolalpha << (1==testClass<char>::_data) << endl;
                cout << boolalpha << (2==testClass<long>::_data) << endl;
            }

            2.
            模板類偏特化
            template <class I, class O> struct testClass {
                testClass() { cout << "I, O" << endl; }
            };
            template <class T> struct testClass<T*, T*> {
                testClass() { cout << "T*, T*" << endl; }
            };
            template <class T> struct testClass<const T*, T*> {
                testClass() { cout << "const T*, T*" << endl; }
            };
            int main( void ) {
                testClass<int, char> obj1;
                testClass<int*, int*> obj2;
                testClass<const int*, int*> obj3;
            }
            [
            ]:
            VC++6 編譯不通過

            3. function template partial order
            template <class T> struct testClass {
                void swap( testClass<T>& ) { cout << "swap()" << endl; }
            };
            template <class T> inline void swap( testClass<T>& x, testClass<T>& y ) {
                x.swap( y );
            }
            int main( void ) {
                testClass<int> obj1;
                testClass<int> obj2;
                swap( obj1, obj2 );
            }
            [
            ]: VC++6 編譯不通過

            4.
            類成員函數(shù)模板
            struct testClass {
                template <class T> void mfun( const T& t ) {
                    cout << t << endl;
                }
                template <class T> operator T() {
                    return T();
                }
            };
            int main( void ) {
                testClass obj;
                obj.mfun( 1 );
                int i = obj;
                cout << i << endl;
            }
            [
            ]:
            對于第二個成員函數(shù)模板,VC++6 運(yùn)行異常

            5.
            缺省模板參數(shù)推導(dǎo)
            template <class T> struct test {
                T a;
            };
            template <class I, class O=test<I> > struct testClass {
                I b;
                O c;
            };

            6.
            非類型模板參數(shù)
            template <class T, int n> struct testClass {
                T _t;
                testClass() : _t(n) {
                }
            };
            int main( void ) {
                testClass<int,1> obj1;
                testClass<int,2> obj2;
            }

            7.
            空模板參數(shù)
            template <class T> struct testClass;
            template <class T> bool operator==( const testClass<T>&, const testClass<T>& ) {
                return false;
            };
            template <class T> struct testClass {
                friend bool operator== <>( const testClass&, const testClass& );
            };
            [
            ]:
            VC++6 編譯不通過

            8.
            模板特化
            template <class T> struct testClass {
            };
            template <> struct testClass<int> {
            };

            9.
            template <template <class T> class X>
                struct Widget{
            };
            [
            ]:
            VC++6 編譯不通過

            10. [hpho]
            提供的一個事例
            struct Widget1 {
            template<typename T>
                T foo(){}
            };
            template<template<class T>class X>
                struct Widget2{
            };
            [
            ]:
            VC++6 編譯不通過

             

            posted on 2008-09-15 13:07 肥仔 閱讀(328) 評論(0)  編輯 收藏 引用 所屬分類: C++ 模板

            久久人人超碰精品CAOPOREN| 狠狠色丁香久久婷婷综合_中| 久久久精品午夜免费不卡| 青青草国产精品久久| 久久精品成人| 久久99精品久久久久久久不卡| 亚洲国产精品久久久久婷婷软件| 无码人妻少妇久久中文字幕 | 国产成人精品久久| 18禁黄久久久AAA片| 91性高湖久久久久| 三上悠亚久久精品| 亚洲欧洲精品成人久久曰影片| 国产成人久久AV免费| 久久久噜噜噜久久| 精品久久久久久久久中文字幕| 亚洲国产天堂久久久久久| 久久国产乱子精品免费女| 亚洲精品美女久久777777| 精品久久久久久无码中文字幕 | 精品久久久久久国产| 91麻豆精品国产91久久久久久| 国产成人精品综合久久久久 | 久久九九免费高清视频| 国产精品对白刺激久久久| 久久狠狠爱亚洲综合影院| 香蕉99久久国产综合精品宅男自| 91精品国产91久久综合| 国内高清久久久久久| 噜噜噜色噜噜噜久久| 欧美亚洲日本久久精品| 久久国产美女免费观看精品 | 久久这里有精品| 久久精品这里只有精99品| 99久久国产免费福利| 中文字幕亚洲综合久久| 久久亚洲国产午夜精品理论片| 国内精品久久久久久久97牛牛| 久久精品国产亚洲av麻豆色欲| 亚洲国产另类久久久精品| 久久久久亚洲AV无码网站|