#includeusing namespace std; class test { private: char data[20]; protected: public: test(){}; ~test(){}; char & operator [](int index) { return data[index]; } }; int main(int argc, char* argv[]) { test a; a[0] = 12; a[1] = 29; int b = a[0]; cout << b < 重載后,可以用[]號直接讀寫類中的數(shù)組
成都創(chuàng)新互聯(lián)公司主要業(yè)務有網站營銷策劃、成都網站建設、成都網站制作、微信公眾號開發(fā)、微信小程序開發(fā)、H5開發(fā)、程序開發(fā)等業(yè)務。一次合作終身朋友,是我們奉行的宗旨;我們不僅僅把客戶當客戶,還把客戶視為我們的合作伙伴,在開展業(yè)務的過程中,公司還積累了豐富的行業(yè)經驗、全網整合營銷推廣資源和合作伙伴關系資源,并逐漸建立起規(guī)范的客戶服務和保障體系。
標題名稱:重載[]運算符
標題鏈接:http://weahome.cn/article/gdhgsd.html