hello.plg

来自「用C++编写的程序,本课程设计的教学目是在掌握计算机系统」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Hello - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\acer\AppData\Local\Temp\RSPED70.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Hello.pdb" /debug /machine:I386 /out:"Debug/Hello.exe" /pdbtype:sept 
".\Debug\Hello.obj"
".\Debug\HelloDoc.obj"
".\Debug\HelloView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Hello.res"
]
Creating command line "link.exe @C:\Users\acer\AppData\Local\Temp\RSPED70.tmp"
<h3>Output Window</h3>
Linking...



<h3>Results</h3>
Hello.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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