0
Whenever i get "compilation error", even if everything seems to be written correctly, what does that mean??
3 Answers
+ 5
can you send the code please or try to write with an english keyboard?
0
At line 29, replace
cout<<boy.getChar;
with
boy.getChar();
And in your getChar method insert name, strength and speed.