Need help c++ programmers
hi all it is my first topic here but i really need ur help so thnx in advance for giving me some of ur time:
i am dealing with dlls so here is the problem:
i have an interface class (A) that is pure virtual and have some members and there is a pointer to another interface class class(B)in the dll.
what i need is to tell me how to access that pointer like:
myobject->thatptr=this;
thanks again for ur time
mizomizo
|