Cpp クラス 継承 コンストラクタ 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(クラス 継承 コンストラクタ)
(クラス 継承 コンストラクタ)
205行: 205行:
  
 
CDeriveInheritance::CDeriveInheritance(int iArgMoney, int iArgMonth) : CBaseInheritance(iArgMoney, iArgMonth) {  
 
CDeriveInheritance::CDeriveInheritance(int iArgMoney, int iArgMonth) : CBaseInheritance(iArgMoney, iArgMonth) {  
printf("Constructor:CDriveInheritance(int,int)\n");  
+
        printf("Constructor:CDriveInheritance(int,int)\n");  
 
}
 
}
  
234行: 234行:
 
</syntaxhighlight2>
 
</syntaxhighlight2>
  
 となります。インライン関数側には初期化リストは書かず、プログラム側で初期化リストとともに処理内容を記述します。
+
 となります。ヘッダファイル側の613行目のようにインライン関数側には初期化リストは書かず、プログラム側の703行目のようにで初期化リストとともに処理内容を記述します。
  
  

2020年7月15日 (水) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス