Can anybody help me. Without OOP is code correct, I have checked it. Thanks. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anybody help me. Without OOP is code correct, I have checked it. Thanks.

https://code.sololearn.com/cU2lC7Nt5asg/?ref=app

19th Jun 2022, 4:31 PM
TeaserCode
1 Answer
+ 1
you're missing the class name when defining the stockSummary member function: std::string StockList::stockSummary( std::vector<std::string> &listOfArt, std::vector<std::string> &categories) ^^^^^^^^^^^ { /// {
19th Jun 2022, 6:01 PM
MO ELomari