📄 leishixian.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Leishixian - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\Lucky\AppData\Local\Temp\RSPBA2B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Leishixian.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Users\Lucky\Desktop\程序二\Leishixian.cpp"
]
Creating command line "cl.exe @C:\Users\Lucky\AppData\Local\Temp\RSPBA2B.tmp"
<h3>Output Window</h3>
Compiling...
Leishixian.cpp
c:\users\lucky\desktop\程序二\leishixian.cpp(6) : error C2511: 'AddNode' : overloaded member function 'void (class Node *,class Node *)' not found in 'Person'
c:\users\lucky\desktop\程序二\leidingyi.h(6) : see declaration of 'Person'
c:\users\lucky\desktop\程序二\leishixian.cpp(33) : error C2664: 'stricmp' : cannot convert parameter 2 from 'char' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\users\lucky\desktop\程序二\leishixian.cpp(36) : error C2065: 'i' : undeclared identifier
c:\users\lucky\desktop\程序二\leishixian.cpp(36) : error C2143: syntax error : missing ';' before ')'
c:\users\lucky\desktop\程序二\leishixian.cpp(36) : warning C4552: '!=' : operator has no effect; expected operator with side-effect
c:\users\lucky\desktop\程序二\leishixian.cpp(36) : error C2143: syntax error : missing ';' before ')'
c:\users\lucky\desktop\程序二\leishixian.cpp(40) : error C2039: 'p' : is not a member of 'Node'
c:\users\lucky\desktop\程序二\leidingyi.h(24) : see declaration of 'Node'
c:\users\lucky\desktop\程序二\leishixian.cpp(40) : error C2228: left of '.No' must have class/struct/union type
c:\users\lucky\desktop\程序二\leishixian.cpp(56) : error C2039: 'p' : is not a member of 'Node'
c:\users\lucky\desktop\程序二\leidingyi.h(24) : see declaration of 'Node'
c:\users\lucky\desktop\程序二\leishixian.cpp(56) : error C2228: left of '.No' must have class/struct/union type
执行 cl.exe 时出错.
<h3>Results</h3>
Leishixian.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -