• <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>
            華劍緣
            一切都在這個過程中獲得,將那些目標埋藏于心中
            posts - 19,comments - 20,trackbacks - 0
            /*
             * GridTest.h
             *
             *  Created on: 2009-2-27
             *      Author: Administrator
             
            */

            #ifndef GRIDTEST_H_
            #define GRIDTEST_H_

            class GridTest {
                
            static const int x=3,y=4;
            public:
                GridTest();

                
            virtual ~GridTest();
                typedef 
            int (GridTest:: *memberFuncType)(int x, int y);
                
            void display();
                
            int foreach(memberFuncType fn, int i, int j);
                
            int test1(int x, int y);
                
            int test2(int x, int y);
                
            int test3(int x, int y);
                
            int test4(int x, int y);
            };

            #endif /* GRIDTEST_H_ */



            /*
             * GridTest.cpp
             *
             *  Created on: 2009-2-27
             *      Author: Administrator
             
            */

            #include 
            "GridTest.h"
            #include 
            <iostream>
            using namespace std;

            GridTest::GridTest() {
                
            // TODO Auto-generated constructor stub

            }


            GridTest::
            ~GridTest() {
                
            // TODO Auto-generated destructor stub
            }

            int GridTest::foreach(memberFuncType fn, int x, int y){
                cout
            <<"GridTest::foreach(memberFuncType fn, int x, int y)執行了"<<endl;
                cout
            <<"fn(x,y)"<<(this->*fn)(x, y);
                
            return (this->*fn)(x, y);
            }

            int GridTest::test1(int x, int y){
                cout
            <<"GridTest::test1(int x, int y)執行了!"<<endl;
                
            return 0;
            }
            int GridTest::test2(int x, int y){
                cout
            <<"GridTest::test2(int x, int y)執行了!"<<endl;
                
            return 0;
            }
            int GridTest::test3(int x, int y){
                cout
            <<"GridTest::test3(int x, int y)執行了!"<<endl;
                
            return 0;
            }
            int GridTest::test4(int x, int y){
                cout
            <<"GridTest::test4(int x, int y)執行了!"<<endl;
                
            return 0;
            }
            void GridTest::display(){
                cout
            << this->foreach( this->test1, 4, 5); 
            //一直報錯:no matching function for call to `GridTest::foreach(<unknown type>, int, int)'
            }

            int main()
            {
                GridTest 
            *grid;
                grid
            = new GridTest();
                grid
            ->display();
                
            return 0;
            }

            這段代碼在VC6.0上就沒有問題,在Eclipse上編譯就報錯 no matching function for call to `GridTest::foreach(<unknown type>, int, int)'
            }
            posted on 2009-03-09 17:14 華劍緣 閱讀(1598) 評論(5)  編輯 收藏 引用

            FeedBack:
            # re: 求助:關于 C++函數指針, 成員函數指針的問題
            2009-03-09 17:52 | Kevin Lynx
            cout << this->foreach( this->test1, 4, 5);
            改為:
            cout << this->foreach( &GridTest::test1, 4, 5);

            對于C函數來說,函數名直接表示其函數地址,但是對于成員函數而言,則必須使用&ClassName::memFn才表示該成員函數的地址。gcc對C++語法要求更嚴格。

              回復  更多評論
              
            # re: 求助:關于 C++函數指針, 成員函數指針的問題
            2009-03-09 21:57 | 陳梓瀚(vczh)
            如何通過指針調用成員函數的解決方案:
            class A
            {
            public:
            int Method(int x);
            };

            //1:構造對象A
            A a;
            //2:拿到函數指針
            typedef int (A::*FP)(int);
            FP fp=&A::Method();
            //3:調用
            int result=a.*fp(100);  回復  更多評論
              
            # re: 求助:關于 C++函數指針, 成員函數指針的問題
            2009-03-09 23:10 | 華劍緣
            @Kevin Lynx
            謝謝,果然是這樣.問題解決了  回復  更多評論
              
            # re: 求助:關于 C++函數指針, 成員函數指針的問題
            2009-03-09 23:12 | 華劍緣
            @陳梓瀚(vczh)
            謝謝,講的很清楚.  回復  更多評論
              
            # re: 求助:關于 C++函數指針, 成員函數指針的問題
            2009-03-10 01:49 | 陳梓瀚(vczh)
            @華劍緣
            我認為你應該可以理解為什么《The C++ Programming Language》說“你沒見過->*和.*的話也無所謂”了。  回復  更多評論
              
            99久久国产精品免费一区二区| 久久久久无码精品| 色狠狠久久AV五月综合| 久久久久人妻精品一区| 久久精品国产91久久综合麻豆自制| 久久综合久久久| 久久精品国产AV一区二区三区| 久久er99热精品一区二区| 久久久久久无码国产精品中文字幕| 99久久这里只精品国产免费| 精品无码久久久久久尤物| 久久国产免费| 久久久综合九色合综国产| 日本WV一本一道久久香蕉| 青青草原1769久久免费播放| 国产69精品久久久久9999APGF| 精品久久久久久国产91| 囯产精品久久久久久久久蜜桃 | 久久中文字幕人妻熟av女| 88久久精品无码一区二区毛片 | 99久久国产热无码精品免费| 久久久网中文字幕| 欧美亚洲另类久久综合| 久久久久亚洲av无码专区喷水 | 91精品婷婷国产综合久久| 亚洲国产精品无码久久| 亚洲精品国产第一综合99久久| 国产亚洲成人久久| 人人狠狠综合久久亚洲88| 久久久久女人精品毛片| 伊人久久大香线蕉av一区| 午夜精品久久久久久影视riav| 久久久久久久久久免免费精品 | 久久夜色精品国产噜噜亚洲a| 久久精品国产精品亚洲艾草网美妙| 色综合色天天久久婷婷基地| 国产精品岛国久久久久| 久久99国产精品久久99| 国内精品久久久久影院一蜜桃 | 99久久人人爽亚洲精品美女| 久久99国产精品一区二区|