c16_05.plg

来自「这是编程之道C-C++中的源代码,很简练,可以用于相关教学和重新熟悉C-C++时」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: C16_05 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP237.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/C16_05.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\PCBook\05约定的图书项目\01C_C++\C_C++Disc\S&K\code\part16\C16_05\C16_05.CPP"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP237.tmp" 
<h3>Output Window</h3>
Compiling...
C16_05.CPP
e:\pcbook\05约定的图书项目\01c_c++\c_c++disc\s&k\code\part16\c16_05\c16_05.cpp(31) : error C2385: 'Derived::Show' is ambiguous
e:\pcbook\05约定的图书项目\01c_c++\c_c++disc\s&k\code\part16\c16_05\c16_05.cpp(31) : warning C4385: could be the 'Show' in base 'Base1' of class 'Derived'
e:\pcbook\05约定的图书项目\01c_c++\c_c++disc\s&k\code\part16\c16_05\c16_05.cpp(31) : warning C4385: or the 'Show' in base 'Base2' of class 'Derived'
Error executing cl.exe.



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

⌨️ 快捷键说明

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