test_queue.plg
来自「这是一个简单队列数据结构计算的源代码」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Test_Queue - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPD175.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/Test_Queue.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\nixiaoping\Test_Queue\Test_Queue.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPD175.TMP"
Creating command line "link.exe /nologo /subsystem:console /incremental:yes /pdb:"Debug/Test_Queue.pdb" /debug /machine:I386 /out:"Debug/Test_Queue.exe" /pdbtype:sept .\Debug\Queue.obj .\Debug\StdAfx.obj .\Debug\Test_Queue.obj .\Debug\Test_Queue.res "
<h3>Output Window</h3>
Compiling...
Test_Queue.cpp
Linking...
<h3>Results</h3>
Test_Queue.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?