📄 genlist.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GenList - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\admin\LOCALS~1\Temp\RSPEC.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/GenList.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\admin\LOCALS~1\Temp\RSPEC.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(8) : error C2039: 'Push' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(9) : error C2039: 'print' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(10) : error C2039: 'setHead' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(11) : error C2039: 'print' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(13) : error C2039: 'print' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(14) : error C2065: 'cout' : undeclared identifier
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(14) : error C2065: 'endl' : undeclared identifier
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(14) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(15) : error C2039: 'setHead' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(16) : error C2039: 'print' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(17) : error C2039: 'setTail' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
D:\教学\数据结构\05级\演示\ch05\GenList\main.cpp(18) : error C2039: 'print' : is not a member of 'GenList'
d:\教学\数据结构\05级\演示\ch05\genlist\genlist.h(44) : see declaration of 'GenList'
Error executing cl.exe.
<h3>Results</h3>
main.obj - 11 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -