Linking...
Directory.obj : error LNK2019: unresolved external symbol "public: void __thiscall indexList<class entry,100>::read(class std::basic_istream<char,struct std::char_traits<char> > &)" (?read@?$indexList@Ventry@@$0GE@@@QAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) referenced in function _main
获取此错误以及与 indexList 实现相关的其他错误。我已经包含了所有正确的文件,不知道这意味着什么?
此外,使用 VS .NET 2003 - 它们位于“源文件”和“头文件”下但是,我测试了删除 indexLish.h 并且错误没有改变?