accessing class problemOk, I got it now, it's the idea of understanding how compiler generates codes. I separated the sourc...
accessing class problemA question here, if i can't use the methods provided in class B in A something like this: [code] #in...
accessing class problemNow I see this, for header guard i took care of that i just didn't write them here. And removing tha...
accessing class problemOk, I wrote this: A.h: [code] #include "B.h" class B; class A { public: int a; B* bptr; };...
accessing class problemso you say i should write both classes in a single file?
This user does not accept Private Messages