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

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            轉(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; 就會(huì)提示友員函數(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ǔ)丁,貌似不好使。。。(呵呵,是貌似也沒用)

            //方法五:換別的對(duì)標(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 煙皚 閱讀(1073) 評(píng)論(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)為自己裝過了 也請(qǐng)重裝遍 肯定行!  回復(fù)  更多評(píng)論
              

            亚洲欧洲精品成人久久曰影片| 国产精品久久久亚洲| 久久久综合香蕉尹人综合网| 久久国产视频网| 日韩乱码人妻无码中文字幕久久 | 精品无码久久久久久国产| 久久亚洲中文字幕精品一区四| 一本久久免费视频| 精品久久久无码人妻中文字幕豆芽| 99久久成人18免费网站| 久久只有这精品99| 国产综合精品久久亚洲| 无码国产69精品久久久久网站| 国产精品欧美亚洲韩国日本久久 | 久久九九亚洲精品| 久久中文字幕精品| 久久成人18免费网站| 久久99中文字幕久久| 亚洲欧美成人综合久久久| 久久丝袜精品中文字幕| 青青草国产成人久久91网| 麻豆AV一区二区三区久久| 热久久最新网站获取| 国产一区二区精品久久岳| 久久最新精品国产| 99久久精品国内| 精品综合久久久久久888蜜芽| 久久99久久99精品免视看动漫| 精品久久人人妻人人做精品| 青青草原1769久久免费播放| 99久久久精品免费观看国产| 久久午夜无码鲁丝片| 亚洲AV无码久久| 亚洲AV成人无码久久精品老人| 亚洲中文字幕无码久久2017| 久久亚洲sm情趣捆绑调教 | 久久99精品久久久久久久久久| 久久精品国产精品亚洲精品 | 久久精品国产精品亚洲精品| 久久久久久精品无码人妻| 欧美喷潮久久久XXXXx|