Im getting the following error
--------------------Configuration: FillUp - Win32 Debug--------------------
Linking...
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator<(class String const &)const " (??MString@@QBE_NABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator>(class String const &)const " (??OString@@QBE_NABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator!=(class String const &)const " (??9String@@QBE_NABV0@@Z)
Debug/FillUp.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
FillUp.exe - 4 error(s), 0 warning(s)
...no idea why it says the above are unresolved. they all have their declarations in the class interface (.h file)
and definitions..... HELP!
thank you. Avendeval
--------------------Configuration: FillUp - Win32 Debug--------------------
Linking...
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator<(class String const &)const " (??MString@@QBE_NABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator>(class String const &)const " (??OString@@QBE_NABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall String:perator!=(class String const &)const " (??9String@@QBE_NABV0@@Z)
Debug/FillUp.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
FillUp.exe - 4 error(s), 0 warning(s)
...no idea why it says the above are unresolved. they all have their declarations in the class interface (.h file)
and definitions..... HELP!
thank you. Avendeval