I have a class whose member I need to access in c prog.
I have defined the class object as extern.
when I tried to access the class member in c it says undefine reference.
where as I'm able to access the same class members in different places.
please help me
I have defined the class object as extern.
when I tried to access the class member in c it says undefine reference.
where as I'm able to access the same class members in different places.
please help me
Comment