Hi,
I am trying to create a static object of a class b as a member of a class c. But I keep getting errors. What I do is simply declare it private in class c like this "b obj;" and I try to use the methods of b inside c. Can you help me? When I declare the object as global everything works fine.