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> > &)" ([email protected][email protected]@@[email protected]@@[email protected][email protected]@[email protected]@@[email protected]@@Z) referenced in function _main
このエラーおよび他のindexListの実装の取得。私はすべての適切なファイルを含んでいますが、これが何を意味するのか分かりません。C++でのリンクエラー - indexListの実装
また、VS .NET 2003を使用して - 彼らは、「ソースファイル」と「ヘッダファイル」の下にあるしかし、私はindexLish.hの削除でテストされ、エラーは変更されません。 ?
VS .NET 2003 - "ソースファイル"と "ヘッダーファイル"の下にありますが、私はindexLish.hを削除してテストしましたが、エラーは変わらないのですか? –
cppでreadメソッドを2回定義していますか? <クラスT、int型maxSizeの> 無効indexList テンプレート::読む(はistream&イン) テンプレート<クラスT、int型maxSizeの> 無効indexList ::読む(はistream&イン)コメントアウト –
Vinay
まず1。 –