What is the problem with this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the problem with this?

Soooooo, I'm overloading operators for the first time and I don't know why there is an error like this! Help me! Thx! https://code.sololearn.com/cEa7Qbs6oVZF/#cpp

16th Oct 2019, 9:32 PM
CeePlusPlus
CeePlusPlus - avatar
1 Answer
+ 3
Hi CeePlusPlus. Good effort. Here is a working version. It seemed you had some trouble with incompatible data types. Also you overloaded cout with a class you created, without accessing a readable attribute. https://code.sololearn.com/c1owzohLbLN3/?ref=app
16th Oct 2019, 11:49 PM
Manual
Manual - avatar