Hello I am new to c++ programing. can anybody help me identify the problem with my code below? it says "need primary expression before abc" for line 17, but even if I added "string", it didn't work
in line 17, replace setabc(string abc) with privatething
Also, what is the point of returning abc in setabc function. i would implement it as a void function void setabc(string setabc)