シェア
ringo_acid
2023年7月20日 19:28
前回の記事の続きです。今回はクラスを自分で作れるようにします。クラスの作成方法次の例をご覧ください。プログラム例 #include <iostream>using namespace std;/**********************************クラスの定義や、メソッドの定義**********************************/class MyClass