📄 initmember.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: initMember - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\kingkong\LOCALS~1\Temp\RSPB8.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/initMember.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Documents and Settings\kingkong\My Documents\study\数据结构\大作业\initMember.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\kingkong\LOCALS~1\Temp\RSPB8.tmp"
<h3>Output Window</h3>
Compiling...
initMember.cpp
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\initmember.cpp(22) : error C2059: syntax error : '{'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\initmember.cpp(22) : error C2143: syntax error : missing ';' before '{'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\initmember.cpp(22) : error C2143: syntax error : missing ';' before '}'
d:\documents and settings\kingkong\my documents\study\数据结构\大作业\initmember.cpp(24) : error C2440: '=' : cannot convert from 'const int' to 'char [100]'
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\数据结构\大作业\initmember.cpp(26) : error C2440: '=' : cannot convert from 'const 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\数据结构\大作业\initmember.cpp(28) : error C2440: '=' : cannot convert from 'const 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\数据结构\大作业\initmember.cpp(30) : error C2440: '=' : cannot convert from 'const int' to 'char [10]'
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\数据结构\大作业\initmember.cpp(32) : error C2440: '=' : cannot convert from 'const int' to 'char [10]'
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\数据结构\大作业\initmember.cpp(34) : error C2440: '=' : cannot convert from 'const int' to 'char [10]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
Error executing cl.exe.
<h3>Results</h3>
initMember.obj - 9 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -