📄 复件 词法分析.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 复件 词法分析 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Force\LOCALS~1\Temp\RSP7F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/复件 词法分析.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Force\桌面\编译课程设计\复件 词法分析.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Force\LOCALS~1\Temp\RSP7F.tmp"
<h3>Output Window</h3>
Compiling...
复件 词法分析.cpp
c:\documents and settings\force\桌面\编译课程设计\复件 词法分析.cpp(29) : warning C4200: nonstandard extension used : zero-sized array in struct/union
c:\documents and settings\force\桌面\编译课程设计\复件 词法分析.cpp(30) : error C2229: struct 'KeyWord' has an illegal zero-sized array
c:\documents and settings\force\桌面\编译课程设计\复件 词法分析.cpp(622) : error C2440: '=' : cannot convert from 'const char' to 'char [30]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
c:\documents and settings\force\桌面\编译课程设计\复件 词法分析.cpp(624) : error C2440: '=' : cannot convert from 'char [14]' to 'char [30]'
There is no context in which this conversion is possible
Error executing cl.exe.
<h3>Results</h3>
复件 词法分析.obj - 3 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -