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

              C++博客 :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
              117 Posts :: 2 Stories :: 61 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(8)

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            轉(zhuǎn)自:http://hi.baidu.com/%C4%CF%B7%C9%D1%E3%D1%E3%C4%CF%B7%C9/blog/item/4722d43c53868b09bba1672e.html

            舉個(gè)例子:

            #include<iostream> 
            using namespace std; 
            class cylinder 

                friend istream 
            operator>>(istream& is,cylinder &cy); 
            public:     
                inline 
            double square() 
                
            {       return length*(width+height)*2+width*height*2;    } 
                inline 
            double volume() 
                
            {      return length*width*height;      } 
            private
                
            double length; 
                
            double width; 
                
            double height; 
            }

            istream 
            operator>>(istream is,cylinder &cy) 

                cout
            <<"input length:"<<endl; 
                
            is>>cy.length; 
                cout
            <<"input width:"<<endl; 
                
            is>>cy.width; 
                cout
            <<"input height:"<<endl; 
                
            is>>cy.height; 
                
            return is
            }
             
            int main() 

                cylinder first; 
                cin
            >>first; 
                cout
            <<first.square()<<endl; 
                cout
            <<first.volume()<<endl; 
                
            return 0
            }

            這些代碼在VC6.0中不能被編譯通過:提示不能訪問私有成員,沒有這個(gè)訪問權(quán)限

            改成這樣就可以了,代碼如下:(我用的這個(gè)方法,但是得把變量改成public才行)

            #include<iostream> 
            using std::cin; 
            using std::endl; using std::cout; 
            using std::ostream; 
            using std::istream; 
            using std::ostream; 
            class cylinder 

                friend istream 
            operator>>(istream& is,cylinder &cy); 
            public:     
                inline 
            double square() 
                
            {       return length*(width+height)*2+width*height*2;    } 
                inline 
            double volume() 
                
            {      return length*width*height;      } 
            private
                
            double length; 
                
            double width; 
                
            double height; 
            }

            istream 
            operator>>(istream is,cylinder &cy) 

                cout
            <<"input length:"<<endl; 
                
            is>>cy.length; 
                cout
            <<"input width:"<<endl; 
                
            is>>cy.width; 
                cout
            <<"input height:"<<endl; 
                
            is>>cy.height; 
                
            return is
            }
             
            int main() 

                cylinder first; 
                cin
            >>first; 
                cout
            <<first.square()<<endl; 
                cout
            <<first.volume()<<endl; 
                
            return 0
            }

            原因:

            這據(jù)說是VC的一個(gè)經(jīng)典BUG。和namespace也有關(guān).

            只要含有using namespace std; 就會提示友員函數(shù)沒有訪問私有成員的權(quán)限。

            解決方法:去掉using namespace std;換成更小的名字空間。

            例如:
            含有#include <string>就要加上using std::string
            含有#include <fstream>就要加上using std::fstream
            含有#include <iostream>就要加上using std::cin; using std::cout; using std::ostream; using std::istream; using std::endl; 等等,需要什么即可通過using聲明什么.

            下面給出流浪給的解決辦法:

            //方法一:
            //提前聲明
            class cylinder;
            istream &operator>>(istream& is,cylinder &cy);

            //方法二:
            //不用命名空間 或者 像晨雨那樣寫
            #include<iostream.h>

            //方法三:

            class cylinder
            {
                friend istream &operator>>(istream& is,cylinder &cy)//寫在類里面
                {
                    cout<<"input length:"<<endl;
                    is>>cy.length;
                    cout<<"input width:"<<endl;
                    is>>cy.width;
                    cout<<"input height:"<<endl;
                    is>>cy.height;
                    return is;
                   
                }
            ..........
            //方法四:打SP6補(bǔ)丁,貌似不好使。。。(呵呵,是貌似也沒用)

            //方法五:換別的對標(biāo)準(zhǔn)C++支持好的編譯器,如DEV C++/。。。(呵呵)

            本文來自CSDN博客,轉(zhuǎn)載:http://blog.csdn.net/zgjxwl/archive/2008/10/13/3067973.aspx

            posted on 2010-02-15 02:56 煙皚 閱讀(1051) 評論(1)  編輯 收藏 引用 所屬分類: C++ primer plus學(xué)習(xí)筆記

            Feedback

            # re: VC6.0中友元函數(shù)無法訪問類私有成員的解決辦法-------VC6.0的bug 2010-09-19 22:36 吳冬亮
            sp6補(bǔ)丁裝了就ok了

            地址:
            http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe

            就算認(rèn)為自己裝過了 也請重裝遍 肯定行!  回復(fù)  更多評論
              

            77777亚洲午夜久久多喷| 天堂无码久久综合东京热| 欧美精品久久久久久久自慰| 久久超乳爆乳中文字幕| 国产精品美女久久久久av爽 | 97精品伊人久久久大香线蕉| 青青草原精品99久久精品66| 国产精品日韩欧美久久综合| 77777亚洲午夜久久多人| 久久精品无码一区二区日韩AV| 久久午夜福利无码1000合集| 天天久久狠狠色综合| 狠狠色丁香久久婷婷综合_中| 国产精品久久网| 亚洲中文字幕久久精品无码喷水| 国产国产成人久久精品| 亚洲国产欧洲综合997久久| 久久国产视频99电影| 国产午夜久久影院| 色综合久久无码五十路人妻| 婷婷久久精品国产| 久久精品?ⅴ无码中文字幕| 成人妇女免费播放久久久| 99精品国产免费久久久久久下载| 国产精品无码久久四虎| 一级做a爰片久久毛片16| 精品久久久久久亚洲精品| 日日躁夜夜躁狠狠久久AV| 色妞色综合久久夜夜| 久久久久se色偷偷亚洲精品av| 97久久久精品综合88久久| 国产成人精品久久| 久久丫忘忧草产品| 99久久做夜夜爱天天做精品| 青青草原综合久久大伊人导航| 国产精品九九久久精品女同亚洲欧美日韩综合区 | 久久99九九国产免费看小说| 亚洲精品99久久久久中文字幕 | 国产精品禁18久久久夂久| 看久久久久久a级毛片| 久久国产精品成人片免费|