私はC++の簡単な「入札」アプリケーションをプログラミングしています。私はコンパイルし、このエラーメッセージを取得します。未解決の外部シンボルエラーは何を意味しますか?
1>Hus.obj : error LNK2019: unresolved external symbol "public: __thiscall
Bud::Bud(void)" ([email protected]@[email protected]) referenced in function "public: __thiscall
Hus::Hus(int,class Person,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >)"
([email protected]@[email protected]@@[email protected]?$[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@@Z)
1>F:\c++\prosjekter\Øving 4\Ov4Oppg1\Debug\Ov4Oppg1.exe : fatal error LNK1120: 1
unresolved externals
誰か手掛かりがありますか?
私はあなたがHus.objに必要とされるBud.objとリンクしていない推測していますか...? –