Hi, my question is very simple. Like the title says; How to declare an object?
I have this declaration in my program;
Class_name Object_name;
and it is giving me an error, saying "Expected a ';' before "Object_name"
And this is driving me nuts because putting a ';' before the object name doesn't look like an object declaration.
Please help.
Thank you all.