User profile: levikemp

User info
User name:levikemp
History
Joined:
Number of posts:8
Latest posts:

Access a Class Object Created in a Constructor
I know I'm close, and I do wish I could figure this out by just reading the information I've found b...

Access a Class Object Created in a Constructor
I got ahead of myself. ne555 your link explained how to do this as well by using forward declared de...

Access a Class Object Created in a Constructor
Thanks for the link ne555, telling me what I needed to do is one thing, showing me why is much bette...

Access a Class Object Created in a Constructor
Thanks for the link to composition. I decided to recreate that using .h an .cpp files to work on my ...

Access a Class Object Created in a Constructor
The idea is that class B is an object found inside of class A, so each time I create an instance of ...