problem in linking tow relative classes
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
i have 2 class a and b like this: //heder file a #include "b.h" class a { b objb; } //heder file b #include "a.h" class b { a obja; } vc++ can not complie these codes please tell me how can i do that?
-
i have 2 class a and b like this: //heder file a #include "b.h" class a { b objb; } //heder file b #include "a.h" class b { a obja; } vc++ can not complie these codes please tell me how can i do that?
-
i have 2 class a and b like this: //heder file a #include "b.h" class a { b objb; } //heder file b #include "a.h" class b { a obja; } vc++ can not complie these codes please tell me how can i do that?