C_plusplus_CLI_Class

Class

managed

定義

ref class example {
};

オブジェクト生成

example^ex = gcnew example() ;

unmanaged

定義

class example {
};

オブジェクト生成

example* ex = new example() ;

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2008年07月23日 20:24