📄 addmember.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AddMember - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\kingkong\LOCALS~1\Temp\RSP31.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/AddMember.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\kingkong\LOCALS~1\Temp\RSP31.tmp"
<h3>Output Window</h3>
Compiling...
AddMember.cpp
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(10) : error C2065: 'InitMember' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(19) : error C2065: 'choice' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(21) : error C2065: 'chioce' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(21) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(32) : error C2065: 'CinDate' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(32) : error C2440: '=' : cannot convert from 'int' to 'char [8]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(40) : error C2039: 'Height' : is not a member of 'family'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\definestruct.h(6) : see declaration of 'family'
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(52) : error C2065: 'FindName' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(71) : error C2039: 'GID' : is not a member of 'family'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\definestruct.h(6) : see declaration of 'family'
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(71) : error C2065: 'AddChild' : undeclared identifier
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(89) : error C2039: 'Schooling' : is not a member of 'family'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\definestruct.h(6) : see declaration of 'family'
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(101) : error C2039: 'GID' : is not a member of 'family'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\definestruct.h(6) : see declaration of 'family'
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(101) : error C2039: 'GID' : is not a member of 'family'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\definestruct.h(6) : see declaration of 'family'
D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\AddMember.cpp(108) : error C2664: '__thiscall family::family(const class family &)' : cannot convert parameter 1 from 'int' to 'const class family &'
Reason: cannot convert from 'int' to 'const class family'
No constructor could take the source type, or constructor overload resolution was ambiguous
Error executing cl.exe.
<h3>Results</h3>
AddMember.obj - 13 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -