Hy there, I'm a newbie so be patient pls.
I have a small but useful class (let's call it Class1), and another class, more complex (let's call it Class2). I need to use in the Class2 instances of the Class1. I need to declare objects of Class1 both in private and in public section of Class2, and to initialize those objects in the constructor area of Class2, because all functions in the second class will access members of objects of type Class1.
All I get is errors.