1.plg

来自「VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下」· PLG 代码 · 共 35 行

PLG
35
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/1.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\表达式求值(大程序)\1.cpp"
"C:\Documents and Settings\Administrator\桌面\表达式求值(大程序)\1Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC2.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/1.pdb" /debug /machine:I386 /out:"Debug/1.exe" /pdbtype:sept  ".\Debug\1.obj" ".\Debug\1Dlg.obj" ".\Debug\StdAfx.obj" ".\Debug\1.res" "
<h3>Output Window</h3>
Compiling...
1Dlg.cpp
C:\Documents and Settings\Administrator\桌面\表达式求值(大程序)\1Dlg.cpp(203) : warning C4018: '<' : signed/unsigned mismatch
C:\Documents and Settings\Administrator\桌面\表达式求值(大程序)\1Dlg.cpp(194) : warning C4101: 's' : unreferenced local variable
Generating Code...
Compiling...
1.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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