[SOLVED] MarketingSimulator
I am making a marketing simulator for a course I am doing, they have provided a code challenge with a little example code that works well in the main.cpp, however when I add it to the implementation of the class I get errors: Severity Code Description Project File Line Suppression State Error (active) E0109 expression preceding parentheses of apparent call must have (pointer-to-) function type Merkelex C:\Users\c\source\repos\something\something\something.cpp 88 Severity Code Description Project File Line Suppression State Error C2064 term does not evaluate to a function taking 0 arguments Something C:\Users\c\source\repos\something\something\something.cpp 90 My question is why am I receiving this error and how would I solve it? https://code.sololearn.com/cYejbet2paS8/#cpp