I have 2 classes, lets say Class A and Class B. Class A has member functions that are passed objects of Class B, and Class B has member functions that require objects of Class A.
What do I do?
thanks in advance for any help.
i have Microsoft Visual C++ 6.0
whenever i try to run ANY program i get the error:
"fatal error C1001: INTERNAL COMPILER ERROR
(compiler file '.\pdbmgr.cpp', line 113)"
is the fixable?
thanks in advance for any help
when i try to run my program i get 6 unresolved external errors they are:
test.obj : error LNK2001: unresolved external symbol "public: __thiscall String::~String(void)" (??1String@@QAE@XZ)
test.obj : error LNK2001: unresolved external symbol "public: __thiscall String::String(void)"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.