📄 farmerproblem.plg
字号:
e:\数据结构\程序\农夫过河\link.h(18) : error C2238: unexpected token(s) preceding ';'
e:\数据结构\程序\农夫过河\link.h(25) : see reference to class template instantiation '$S7<T>' being compiled
e:\数据结构\程序\农夫过河\link.h(21) : error C2059: syntax error : '<'
e:\数据结构\程序\农夫过河\link.h(25) : see reference to class template instantiation '$S7<T>' being compiled
e:\数据结构\程序\农夫过河\link.h(21) : error C2238: unexpected token(s) preceding ';'
e:\数据结构\程序\农夫过河\link.h(25) : see reference to class template instantiation '$S7<T>' being compiled
e:\数据结构\程序\农夫过河\link.h(30) : error C2059: syntax error : '<'
e:\数据结构\程序\农夫过河\link.h(30) : error C2589: '(' : illegal token on right side of '::'
e:\数据结构\程序\农夫过河\link.h(39) : error C2589: '(' : illegal token on right side of '::'
e:\数据结构\程序\农夫过河\link.h(40) : error C2065: 'source' : undeclared identifier
e:\数据结构\程序\农夫过河\link.h(40) : error C2228: left of '.value' must have class/struct/union type
e:\数据结构\程序\农夫过河\link.h(40) : error C2501: 'value' : missing storage-class or type specifiers
e:\数据结构\程序\农夫过河\link.h(40) : error C2228: left of '.ptrToNextLink' must have class/struct/union type
e:\数据结构\程序\农夫过河\link.h(41) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
e:\数据结构\程序\农夫过河\link.h(48) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\link.h(48) : error C2059: syntax error : '<'
e:\数据结构\程序\农夫过河\link.h(48) : error C2039: 'insert' : is not a member of '`global namespace''
e:\数据结构\程序\农夫过河\link.h(58) : error C2039: 'duplicate' : is not a member of '`global namespace''
e:\数据结构\程序\农夫过河\link.h(59) : error C2143: syntax error : missing ';' before '{'
e:\数据结构\程序\农夫过河\link.h(59) : error C2447: missing function header (old-style formal list?)
e:\数据结构\程序\农夫过河\queue.h(1) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\doubleendlist.h(18) : error C2059: syntax error : '<'
e:\数据结构\程序\农夫过河\doubleendlist.h(19) : see reference to class template instantiation 'doubleEndList<T>' being compiled
e:\数据结构\程序\农夫过河\doubleendlist.h(18) : error C2238: unexpected token(s) preceding ';'
e:\数据结构\程序\农夫过河\doubleendlist.h(19) : see reference to class template instantiation 'doubleEndList<T>' being compiled
e:\数据结构\程序\农夫过河\doubleendlist.h(30) : error C2244: 'doubleEndList<T>::add' : unable to resolve function overload
e:\数据结构\程序\农夫过河\doubleendlist.h(31) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\doubleendlist.h(56) : error C2244: 'doubleEndList<T>::list<T>::deleteAllValues' : unable to resolve function overload
e:\数据结构\程序\农夫过河\doubleendlist.h(58) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\doubleendlist.h(64) : error C2244: 'doubleEndList<T>::removeFirst' : unable to resolve function overload
e:\数据结构\程序\农夫过河\queuelist.h(5) : error C2871: 'std' : does not exist or is not a namespace
e:\数据结构\程序\农夫过河\queuelist.h(6) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\queuelist.h(22) : error C2143: syntax error : missing ';' before '<'
e:\数据结构\程序\农夫过河\queuelist.h(23) : see reference to class template instantiation 'queueList<T>' being compiled
e:\数据结构\程序\农夫过河\queuelist.h(22) : error C2501: 'doubleEndedList' : missing storage-class or type specifiers
e:\数据结构\程序\农夫过河\queuelist.h(23) : see reference to class template instantiation 'queueList<T>' being compiled
e:\数据结构\程序\农夫过河\queuelist.h(22) : error C2059: syntax error : '<'
e:\数据结构\程序\农夫过河\queuelist.h(23) : see reference to class template instantiation 'queueList<T>' being compiled
e:\数据结构\程序\农夫过河\queuelist.h(22) : error C2238: unexpected token(s) preceding ';'
e:\数据结构\程序\农夫过河\queuelist.h(23) : see reference to class template instantiation 'queueList<T>' being compiled
e:\数据结构\程序\农夫过河\queuelist.h(43) : error C2244: 'queueList<T>::isEmpty' : unable to resolve function overload
e:\数据结构\程序\农夫过河\queuelist.h(45) : error C2954: template definitions cannot nest
e:\数据结构\程序\农夫过河\queuelist.h(59) : error C2143: syntax error : missing ';' before '<'
e:\数据结构\程序\农夫过河\queuelist.h(59) : error C2059: syntax error : ';'
e:\数据结构\程序\农夫过河\queuelist.h(59) : error C2143: syntax error : missing ';' before '<'
e:\数据结构\程序\农夫过河\queuelist.h(59) : error C2039: 'dequeue' : is not a member of '`global namespace''
e:\数据结构\程序\农夫过河\queuelist.h(67) : error C2039: 'enqueue' : is not a member of '`global namespace''
e:\数据结构\程序\农夫过河\queuelist.h(68) : error C2143: syntax error : missing ';' before '{'
e:\数据结构\程序\农夫过河\queuelist.h(68) : error C2447: missing function header (old-style formal list?)
d:\program files\microsoft visual studio\vc98\include\streamb.h(158) : error C2039: 'in_avail' : is not a member of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(156) : see declaration of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(158) : error C2270: 'in_avail' : modifiers not allowed on nonmember functions
d:\program files\microsoft visual studio\vc98\include\streamb.h(158) : error C2065: 'gptr' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(158) : error C2065: '_egptr' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(159) : error C2039: 'out_waiting' : is not a member of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(156) : see declaration of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(159) : error C2270: 'out_waiting' : modifiers not allowed on nonmember functions
d:\program files\microsoft visual studio\vc98\include\streamb.h(159) : error C2065: '_pptr' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(159) : error C2065: '_pbase' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(161) : error C2039: 'sputbackc' : is not a member of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(156) : see declaration of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(161) : error C2065: '_eback' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(161) : error C2065: '_gptr' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(161) : error C2100: illegal indirection
d:\program files\microsoft visual studio\vc98\include\streamb.h(161) : error C2065: 'pbackfail' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(163) : error C2039: 'sputc' : is not a member of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(156) : see declaration of 'streambuf'
d:\program files\microsoft visual studio\vc98\include\streamb.h(163) : error C2065: '_epptr' : undeclared identifier
d:\program files\microsoft visual studio\vc98\include\streamb.h(163) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.
<h3>Results</h3>
farmerProblem.obj - 102 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -