📄 exam8_3.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Exam8_3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\USER_M~1\LOCALS~1\Temp\RSP110.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Exam8_3.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3.cpp"
"D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\USER_M~1\LOCALS~1\Temp\RSP110.tmp"
Creating temporary file "C:\DOCUME~1\USER_M~1\LOCALS~1\Temp\RSP111.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Exam8_3.pdb" /debug /machine:I386 /out:"Debug/Exam8_3.exe" /pdbtype:sept
".\Debug\Exam8_3.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\Exam8_3Doc.obj"
".\Debug\Exam8_3View.obj"
".\Debug\Exam8_3.res"
".\Debug\student.obj"
]
Creating command line "link.exe @C:\DOCUME~1\USER_M~1\LOCALS~1\Temp\RSP111.tmp"
<h3>Output Window</h3>
Compiling...
Exam8_3View.cpp
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(164) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(165) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(165) : error C2227: left of '->m_Grade' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(166) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(166) : error C2227: left of '->m_Name' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(184) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(186) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(186) : error C2227: left of '->m_Grade' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(187) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(187) : error C2227: left of '->m_Name' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(204) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(205) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(205) : error C2227: left of '->m_Grade' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(206) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(206) : error C2227: left of '->m_Name' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(221) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(222) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(222) : error C2227: left of '->m_Grade' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(223) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(223) : error C2227: left of '->m_Name' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(248) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(253) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CStudent *' (or there is no acceptable conversion)
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(256) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(256) : error C2227: left of '->m_Grade' must point to class/struct/union
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(257) : error C2819: type 'CStudent' does not have an overloaded member 'operator ->'
d:\clj\vc++\教材修改\第八章习题\exam8_3\student.h(4) : see declaration of 'CStudent'
D:\clj\VC++\教材修改\第八章习题\Exam8_3\Exam8_3View.cpp(257) : error C2227: left of '->m_Name' must point to class/struct/union
Generating Code...
Compiling...
Exam8_3.cpp
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
Exam8_3.exe - 26 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -