Hello,
I am trying to set a class object as a member of another class but I am missing something. When I declare my object as global it works fine. Here is an example of my code:
You have a function named Print at line 23.
When you declare a at line 29 you're referencing Print.
Are you referring to the class or the function?
I changed lines 23 and 35 to PrintIt and it compiled without a problem.