Hi, I am learning C++ and can't understand what I am doing here wrong, I know that my class is like a function because i have used constructor but don't know how i call functions from inside this class because of it now.
The actual problem is actually on the line previous to where you're indicating (Line 34). You need to remove the parentheses from that line and then the program should compile.