⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 15-3.plg

📁 一、教学目的: 能理解C++中运算符重载的需要性
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 15-3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\陈荣品\LOCALS~1\Temp\RSP15D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/15-3.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\c++\C++与面向对象\习题课\15-3.cpp"
]
Creating command line "cl.exe @"E:\DOCUME~1\陈荣品\LOCALS~1\Temp\RSP15D.tmp"" 
<h3>Output Window</h3>
Compiling...
15-3.cpp
f:\c++\c++与面向对象\习题课\15-3.cpp(11) : error C2062: type 'int' unexpected
f:\c++\c++与面向对象\习题课\15-3.cpp(11) : error C2238: unexpected token(s) preceding ';'
f:\c++\c++与面向对象\习题课\15-3.cpp(19) : error C2062: type 'int' unexpected
f:\c++\c++与面向对象\习题课\15-3.cpp(19) : error C2238: unexpected token(s) preceding ';'
f:\c++\c++与面向对象\习题课\15-3.cpp(23) : error C2039: 'size' : is not a member of 'Car'
        f:\c++\c++与面向对象\习题课\15-3.cpp(6) : see declaration of 'Car'
f:\c++\c++与面向对象\习题课\15-3.cpp(23) : error C2039: 'size' : is not a member of 'Boat'
        f:\c++\c++与面向对象\习题课\15-3.cpp(14) : see declaration of 'Boat'
f:\c++\c++与面向对象\习题课\15-3.cpp(30) : error C2065: 'time' : undeclared identifier
Error executing cl.exe.



<h3>Results</h3>
15-3.obj - 7 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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