User profile: Winneris1

User info
User name:Winneris1
History
Joined:
Number of posts:83
Latest posts:

Declaring an object in a class
Yeah yeah, it was a bad move from me. Anyway, thank you so much for not only solving my problem but ...

Declaring an object in a class
I was defining it static in the Game class by just writing [code]static User someone;[/code]. And f...

Declaring an object in a class
ohh! None of them need to be static, I just didnt want to create an object of the class because I ra...

Declaring an object in a class
I am sorry I thought it would be too cluttered. Heres the object being used in the cpp file: [code]...

Declaring an object in a class
Hi there. I have 2 classes in 2 separate header files and I am trying to declare an object of one o...