e3.plg
来自「能理解C++中运算符重载的需要性」· PLG 代码 · 共 30 行
PLG
30 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: e3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\zjou\LOCALS~1\Temp\RSP13C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/e3.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\现代C++\C++与面向对象\ch17多重继承\e3.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zjou\LOCALS~1\Temp\RSP13C.tmp"
<h3>Output Window</h3>
Compiling...
e3.cpp
f:\现代c++\c++与面向对象\ch17多重继承\e3.cpp(42) : error C2385: 'SleepSofa::SetWeight' is ambiguous
f:\现代c++\c++与面向对象\ch17多重继承\e3.cpp(42) : warning C4385: could be the 'SetWeight' in base 'Furniture' of base 'Bed' of class 'SleepSofa'
f:\现代c++\c++与面向对象\ch17多重继承\e3.cpp(42) : warning C4385: or the 'SetWeight' in base 'Furniture' of base 'Sofa' of class 'SleepSofa'
执行 cl.exe 时出错.
<h3>Results</h3>
e3.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?