N
Neo
Hi,
I have a single a.h file which also contains the class implementation
because it is small and I have included this in another file which
needs this class definitions. It compiles fine but I get a linker
error saying "undefined symbol **classx" which is the class defined in
a.h file. Is there something I am missing?
Thanks,
Neo
I have a single a.h file which also contains the class implementation
because it is small and I have included this in another file which
needs this class definitions. It compiles fine but I get a linker
error saying "undefined symbol **classx" which is the class defined in
a.h file. Is there something I am missing?
Thanks,
Neo