?? text1.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: text1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\嚴燦祥\LOCALS~1\Temp\RSPC7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/text1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\嚴燦祥\LOCALS~1\Temp\RSPC7.tmp""
<h3>Output Window</h3>
Compiling...
one_in_room.cpp
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(6) : error C2146: syntax error : missing ';' before identifier 'Student_name'
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(6) : error C2501: 'string' : missing storage-class or type specifiers
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(6) : error C2501: 'Student_name' : missing storage-class or type specifiers
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(7) : error C2146: syntax error : missing ';' before identifier 'Student_number'
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(7) : error C2501: 'string' : missing storage-class or type specifiers
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(7) : error C2501: 'Student_number' : missing storage-class or type specifiers
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(14) : error C2065: 'string' : undeclared identifier
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(14) : error C2146: syntax error : missing ')' before identifier 'name'
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(14) : error C2182: 'add_student' : illegal use of type 'void'
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(14) : error C2059: syntax error : ')'
D:\vc6.0\MSDev98\MyProjects\text1\one_in_room.cpp(15) : error C2182: 'average' : illegal use of type 'void'
Error executing cl.exe.
<h3>Results</h3>
one_in_room.obj - 11 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -