📄 cpp1.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Cpp1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Cpp1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10D.tmp"
<h3>Output Window</h3>
Compiling...
Cpp1.cpp
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(62) : error C2065: 'Edits' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(83) : error C2065: 'e' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(83) : error C2228: left of '.name' must have class/struct/union type
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(85) : error C2228: left of '.salary' must have class/struct/union type
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(86) : error C2228: left of '.deleted' must have class/struct/union type
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(92) : error C2044: illegal continue
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(98) : error C2065: 'ch' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(100) : error C2143: syntax error : missing ';' before 'while'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(101) : error C2143: syntax error : missing ';' before '}'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(101) : error C2143: syntax error : missing ';' before '}'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(101) : error C2143: syntax error : missing ';' before '}'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(104) : error C2143: syntax error : missing ';' before '{'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(104) : error C2447: missing function header (old-style formal list?)
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(135) : error C2143: syntax error : missing ';' before 'while'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(136) : error C2501: 'exit' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(136) : error C2373: 'exit' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdlib.h(261) : see declaration of 'exit'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(136) : error C2239: unexpected token ':' following declaration of 'exit'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(136) : error C2059: syntax error : 'constant'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(137) : error C2059: syntax error : '}'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(143) : error C2630: ';' found in what should be a comma-separated list
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(144) : error C2630: ';' found in what should be a comma-separated list
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(145) : error C2059: syntax error : 'if'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(145) : error C2630: ';' found in what should be a comma-separated list
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(150) : error C2143: syntax error : missing ';' before 'if'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(150) : error C2143: syntax error : missing ';' before '{'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(150) : error C2447: missing function header (old-style formal list?)
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(154) : error C2501: 'printf' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(154) : error C2373: 'printf' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(329) : see declaration of 'printf'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(154) : error C2550: '$E1' : constructor initializer lists are only allowed on constructor definitions
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(154) : error C2440: 'initializing' : cannot convert from 'char [13]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(156) : error C2501: 'scanf' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(156) : error C2373: 'scanf' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(338) : see declaration of 'scanf'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(156) : error C2078: too many initializers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(156) : error C2550: '$E2' : constructor initializer lists are only allowed on constructor definitions
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(156) : error C2440: 'initializing' : cannot convert from 'char [25]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(158) : error C2501: 'curpos' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(158) : error C2371: 'curpos' : redefinition; different basic types
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(157) : see declaration of 'curpos'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(158) : error C2065: 'file' : undeclared identifier
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(159) : error C2501: 'fseek' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(159) : error C2373: 'fseek' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(318) : see declaration of 'fseek'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(159) : error C2078: too many initializers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(160) : error C2501: 'length' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(160) : error C2371: 'length' : redefinition; different basic types
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(157) : see declaration of 'length'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(161) : error C2501: 'fseek' : missing storage-class or type specifiers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(161) : error C2373: 'fseek' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(318) : see declaration of 'fseek'
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(161) : error C2078: too many initializers
C:\Documents and Settings\Administrator\桌面\新建文件夹\Cpp1.cpp(162) : error C2550: '$E3' : constructor initializer lists are only allowed on constructor definitions
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -