0
Can anybody help me. Without OOP is code correct, I have checked it. Thanks.
1 Odpowiedź
+ 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)
^^^^^^^^^^^
{
///
{