📄 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\RSP60.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
"E:\编译原理\LL(1)\D\cpp1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP60.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP61.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/cpp1.pdb" /debug /machine:I386 /out:"Debug/cpp1.exe" /pdbtype:sept
".\Debug\cpp1.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP61.tmp"
<h3>Output Window</h3>
Compiling...
cpp1.cpp
e:\编译原理\ll(1)\d\cpp1.cpp(17) : error C2117: 'Welcome To Use An Wenzheng System' : array bounds overflow
e:\编译原理\ll(1)\d\cpp1.cpp(82) : error C2065: 'write' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(126) : error C2373: 'write' : redefinition; different type modifiers
e:\编译原理\ll(1)\d\cpp1.cpp(129) : error C2065: 'gotoxy' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(130) : error C2065: 'clrscr' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(140) : warning C4018: '<' : signed/unsigned mismatch
e:\编译原理\ll(1)\d\cpp1.cpp(169) : error C2065: 'textbackground' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(169) : error C2065: 'CYAN' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(170) : error C2065: 'textcolor' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(170) : error C2065: 'BLUE' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(179) : error C2065: 'delay' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(180) : warning C4508: 'welcome' : function should return a value; 'void' return type assumed
e:\编译原理\ll(1)\d\cpp1.cpp(183) : warning C4508: 'error' : function should return a value; 'void' return type assumed
e:\编译原理\ll(1)\d\cpp1.cpp(194) : error C2065: 'YELLOW' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(197) : error C2660: 'music' : function does not take 2 parameters
e:\编译原理\ll(1)\d\cpp1.cpp(211) : error C2660: 'music' : function does not take 2 parameters
e:\编译原理\ll(1)\d\cpp1.cpp(225) : error C2660: 'music' : function does not take 2 parameters
e:\编译原理\ll(1)\d\cpp1.cpp(231) : warning C4508: 'delay_fun' : function should return a value; 'void' return type assumed
e:\编译原理\ll(1)\d\cpp1.cpp(249) : error C2065: 'main0' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(250) : warning C4508: 'logined' : function should return a value; 'void' return type assumed
e:\编译原理\ll(1)\d\cpp1.cpp(257) : error C2065: 'sound' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(259) : error C2065: 'nosound' : undeclared identifier
e:\编译原理\ll(1)\d\cpp1.cpp(265) : error C2373: 'main0' : redefinition; different type modifiers
e:\编译原理\ll(1)\d\cpp1.cpp(346) : warning C4508: 'main0' : function should return a value; 'void' return type assumed
e:\编译原理\ll(1)\d\cpp1.cpp(351) : warning C4508: 'main' : function should return a value; 'void' return type assumed
执行 cl.exe 时出错.
<h3>Results</h3>
cpp1.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -