I have a problem with accessing a function from a class with the class object in my main function. I am just trying to make the object for the class and use that ob
I know this is a year old but I just came across it with the same problem. My problem was that I didn't have a constructor in my implementation file. I think the problem here could be the comment marks at the end of the header file after the #endif...