⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text1.plg

📁 一个关于学科统计的最新程序
💻 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 + -