bdaviesrules
Technical User
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)" (??0String@@QAE@XZ)
test.obj : error LNK2001: unresolved external symbol "bool __cdecl operator==(class String const &,class String const &)" (??8@YA_NABVString@@0@Z)
test.obj : error LNK2001: unresolved external symbol "bool __cdecl operator!=(class String const &,class String const &)" (??9@YA_NABVString@@0@Z)
test.obj : error LNK2001: unresolved external symbol "public: __thiscall String::String(char const *)" (??0String@@QAE@PBD@Z)
test.obj : error LNK2001: unresolved external symbol "class istream & __cdecl operator>>(class istream &,class String &)" (??5@YAAAVistream@@AAV0@AAVString@@@Z)
maybe someone can help me out when i double click to see where the problem is nothing happens
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)" (??0String@@QAE@XZ)
test.obj : error LNK2001: unresolved external symbol "bool __cdecl operator==(class String const &,class String const &)" (??8@YA_NABVString@@0@Z)
test.obj : error LNK2001: unresolved external symbol "bool __cdecl operator!=(class String const &,class String const &)" (??9@YA_NABVString@@0@Z)
test.obj : error LNK2001: unresolved external symbol "public: __thiscall String::String(char const *)" (??0String@@QAE@PBD@Z)
test.obj : error LNK2001: unresolved external symbol "class istream & __cdecl operator>>(class istream &,class String &)" (??5@YAAAVistream@@AAV0@AAVString@@@Z)
maybe someone can help me out when i double click to see where the problem is nothing happens