IP屬地:西藏
一.轉(zhuǎn)換函數(shù) operator double()const{} 注意點: first 轉(zhuǎn)換函數(shù)一般都要加上const second 轉(zhuǎn)換函數(shù)的返...
1.composition 復(fù)合 2.我里面有一個什么東西 表示has-a 3.用圖來表現(xiàn) 類與類的關(guān)系 4.設(shè)計模式 Adapter 改造(適...
1.避免重復(fù)文件的聲明 #ifndef _FFF_ #define _FFF_ #endif 2.class的基本組成 class head c...
一.big three 函數(shù) 拷貝構(gòu)造函數(shù) 1.先創(chuàng)建新的類 2.深拷貝 拷貝賦值函數(shù) 1.進行自我賦值檢查 2.刪除舊的 3.創(chuàng)建新的 4.深...