project3.plg

来自「数据结构课程设计」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: project3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP8C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/project3.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"D:\project3\file3.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP8C.tmp" 
<h3>Output Window</h3>
Compiling...
file3.cpp
d:\project3\file3.cpp(8) : error C2146: syntax error : missing ';' before identifier 'CreateUDN'
d:\project3\file3.cpp(8) : error C2501: 'Status' : missing storage-class or type specifiers
d:\project3\file3.cpp(8) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.



<h3>Results</h3>
file3.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?