User profile: sin0emp

User info
User name:sin0emp
History
Joined:
Number of posts:12
Latest posts:

accessing class problem
Ok, I got it now, it's the idea of understanding how compiler generates codes. I separated the sourc...

accessing class problem
A question here, if i can't use the methods provided in class B in A something like this: [code] #in...

accessing class problem
Now I see this, for header guard i took care of that i just didn't write them here. And removing tha...

accessing class problem
Ok, I wrote this: A.h: [code] #include "B.h" class B; class A { public: int a; B* bptr; };...

accessing class problem
so you say i should write both classes in a single file?

This user does not accept Private Messages