Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
There were pretty many errors in the code. Most importantly member functions in classes are usually defined outside of the class. You also need to make them public to access them. And don't forget brackets otherwise the main function will suddenly be part of your class. And it's int main not void main. Here's a fixed version: https://code.sololearn.com/cG82EooMx132/?ref=app
29th Mar 2020, 11:37 AM
Aaron Eberhardt
Aaron Eberhardt - avatar