我正在学习C++,需要帮助汇编错误信息。 我有一些法典:。 http://codepad.org/ncGTYWew。
When I compile in DevC++, I get this output:
22 C:Dev-CppProgram FileslinkedListType.h template-id
operator<< <> for
std::basic_ostream >& operator<<(std::basic_ostream >&, const linkedListType&) does not match any template declaration
In codepad it seems to compile fine. Prior to this compile, both codepad and DevC++ requested I insert <> after the operator<< declaration in Line 22.
谁能解释为什么DevC++不承认模板? 我是否把“带” put;在错误的现场? 为什么不出现问题?
谢谢。