📄 11-2.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 11-2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\陈荣品\LOCALS~1\Temp\RSP16B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/11-2.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\c++\C++与面向对象\习题课\11-2.cpp"
]
Creating command line "cl.exe @"E:\DOCUME~1\陈荣品\LOCALS~1\Temp\RSP16B.tmp""
<h3>Output Window</h3>
Compiling...
11-2.cpp
f:\c++\c++与面向对象\习题课\11-2.cpp(11) : error C2628: 'Cat' followed by 'int' is illegal (did you forget a ';'?)
f:\c++\c++与面向对象\习题课\11-2.cpp(12) : error C2556: 'class Cat __thiscall Cat::GetAge(void)' : overloaded function differs only by return type from 'int __thiscall Cat::GetAge(void)'
f:\c++\c++与面向对象\习题课\11-2.cpp(5) : see declaration of 'GetAge'
f:\c++\c++与面向对象\习题课\11-2.cpp(12) : error C2371: 'GetAge' : redefinition; different basic types
f:\c++\c++与面向对象\习题课\11-2.cpp(5) : see declaration of 'GetAge'
f:\c++\c++与面向对象\习题课\11-2.cpp(29) : error C2264: 'GetAge' : error in function definition or declaration; function not called
Error executing cl.exe.
<h3>Results</h3>
11-2.obj - 4 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -