クラスへのポインターについて質問があります。つまり、オファリングクラスでCourse * sample
ポインターを作成したかったのですが、コースはint引数を1つ取る別のクラスでもあり、メモリからスペースを取得しようとしましsample=new Course;
たが、エラーが発生しましたそれは言う:
Offering.cpp:12:19: error: no matching function for call to ‘Course::Course()’
Offering.cpp:12:19: note: candidates are:
lib.h:63:5: note: Course::Course(int)
lib.h:63:5: note: candidate expects 1 argument, 0 provided
私が間違っている場所を知っている人はいますか? とにかくありがとう。