1号文件.plg

来自「一份功能详细的图书馆管理系统的软件(包含各种头文件和CPP文件,以及相关的文档)」· PLG 代码 · 共 31 行

PLG
31
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1号文件 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\User\LOCALS~1\Temp\RSP3D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/1号文件.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\User\桌面\新建文件夹\1号文件.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\User\LOCALS~1\Temp\RSP3D.tmp" 
<h3>Output Window</h3>
Compiling...
1号文件.cpp
C:\Documents and Settings\User\桌面\新建文件夹\1号文件.cpp(10) : error C2065: 'NUM_SUBJECT' : undeclared identifier
C:\Documents and Settings\User\桌面\新建文件夹\1号文件.cpp(10) : error C2057: expected constant expression
C:\Documents and Settings\User\桌面\新建文件夹\1号文件.cpp(10) : warning C4200: nonstandard extension used : zero-sized array in struct/union
C:\Documents and Settings\User\桌面\新建文件夹\1号文件.cpp(11) : error C2229: struct 'Record' has an illegal zero-sized array
Error executing cl.exe.



<h3>Results</h3>
1号文件.obj - 3 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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