Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bdaviesrules

    2 classes that both require each other

    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.
  2. bdaviesrules

    Internal Compiler Error

    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
  3. bdaviesrules

    unresovled external errors

    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)"...

Part and Inventory Search

Back
Top