c10-10-2.plg

来自「由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序」· PLG 代码 · 共 31 行

PLG
31
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: c10-10-2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/c10-10-2.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\#Data~\C++ Programming~\examples~\教材例题程序\c10\c10-10-2.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC7.tmp" 
<h3>Output Window</h3>
Compiling...
c10-10-2.cpp
d:\#data~\c++ programming~\examples~\教材例题程序\c10\c10-10-2.cpp(9) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
执行 cl.exe 时出错.



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

⌨️ 快捷键说明

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