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

📄 编译原理.plg

📁 编译原理--此程序实现在词法分析
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 编译原理 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\管相飞\LOCALS~1\Temp\RSPB8.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 
"E:\课件\编译原理\shiyan1\4\编译原理.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\管相飞\LOCALS~1\Temp\RSPB8.tmp"" 
Creating temporary file "C:\DOCUME~1\管相飞\LOCALS~1\Temp\RSPB9.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/编译原理.pdb" /debug /machine:I386 /out:"Debug/编译原理.exe" /pdbtype:sept 
".\Debug\编译原理.obj"
]
Creating command line "link.exe @"C:\DOCUME~1\管相飞\LOCALS~1\Temp\RSPB9.tmp""
<h3>Output Window</h3>
Compiling...
编译原理.cpp
e:\课件\编译原理\shiyan1\4\编译原理.cpp(72) : error C2146: syntax error : missing ';' before identifier 'strName'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(72) : error C2501: 'CString' : missing storage-class or type specifiers
e:\课件\编译原理\shiyan1\4\编译原理.cpp(72) : error C2501: 'strName' : missing storage-class or type specifiers
e:\课件\编译原理\shiyan1\4\编译原理.cpp(119) : error C2065: 'CString' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(119) : error C2146: syntax error : missing ')' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(119) : error C2059: syntax error : ')'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(120) : error C2146: syntax error : missing ')' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(120) : error C2059: syntax error : ')'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(143) : error C2065: 'FILE' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(143) : error C2065: 'pSourceFile' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(143) : warning C4552: '*' : operator has no effect; expected operator with side-effect
e:\课件\编译原理\shiyan1\4\编译原理.cpp(144) : error C2065: 'fopen' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(144) : error C2065: 'NULL' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(146) : error C2065: 'printf' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(147) : error C2065: 'exit' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(154) : error C2065: 'fgetc' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(154) : error C2065: 'EOF' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(177) : error C2065: 'fclose' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(229) : error C2146: syntax error : missing ';' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(229) : error C2065: 'strWord' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(229) : error C2440: '=' : cannot convert from 'char [1]' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\课件\编译原理\shiyan1\4\编译原理.cpp(263) : error C2065: 'PrintEorro' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(289) : error C2146: syntax error : missing ')' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(289) : error C2086: 'IsKeyWord' : redefinition
e:\课件\编译原理\shiyan1\4\编译原理.cpp(289) : error C2059: syntax error : ')'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(290) : error C2143: syntax error : missing ';' before '{'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(290) : error C2447: missing function header (old-style formal list?)
e:\课件\编译原理\shiyan1\4\编译原理.cpp(301) : error C2146: syntax error : missing ')' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(301) : error C2086: 'LookUpSignTable' : redefinition
e:\课件\编译原理\shiyan1\4\编译原理.cpp(301) : error C2059: syntax error : ')'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(302) : error C2143: syntax error : missing ';' before '{'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(302) : error C2447: missing function header (old-style formal list?)
e:\课件\编译原理\shiyan1\4\编译原理.cpp(388) : error C2039: 'strName' : is not a member of 'SignTable'
        e:\课件\编译原理\shiyan1\4\编译原理.cpp(71) : see declaration of 'SignTable'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(388) : error C2228: left of '.ToChars' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(403) : error C2146: syntax error : missing ';' before identifier 'strWord'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(403) : error C2440: '=' : cannot convert from 'char [1]' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\课件\编译原理\shiyan1\4\编译原理.cpp(426) : error C2146: syntax error : missing ';' before identifier 'strNumber'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(426) : error C2065: 'strNumber' : undeclared identifier
e:\课件\编译原理\shiyan1\4\编译原理.cpp(426) : error C2440: '=' : cannot convert from 'char [1]' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\课件\编译原理\shiyan1\4\编译原理.cpp(428) : error C2228: left of '.GetLength' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(431) : error C2228: left of '.GetAt' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(432) : error C2228: left of '.GetAt' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(436) : error C2228: left of '.GetLength' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(440) : error C2228: left of '.GetAt' must have class/struct/union type
e:\课件\编译原理\shiyan1\4\编译原理.cpp(536) : error C2360: initialization of 'cNextChar' is skipped by 'case' label
        e:\课件\编译原理\shiyan1\4\编译原理.cpp(528) : see declaration of 'cNextChar'
e:\课件\编译原理\shiyan1\4\编译原理.cpp(545) : error C2361: initialization of 'cNextChar' is skipped by 'default' label
        e:\课件\编译原理\shiyan1\4\编译原理.cpp(528) : see declaration of 'cNextChar'
执行 cl.exe 时出错.



<h3>Results</h3>
编译原理.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -