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

📄 calculator.plg

📁 一个关于算式表达式求值的课程设计
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Calculator - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC1.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/Calculator.pdb" /debug /machine:I386 /out:"Debug/Calculator.exe" /pdbtype:sept 
".\Debug\Calculator.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC1.tmp"
<h3>Output Window</h3>
Linking...
Calculator.obj : error LNK2001: unresolved external symbol "public: __thiscall Run_T::Run_T(void)" (??0Run_T@@QAE@XZ)
Calculator.obj : error LNK2001: unresolved external symbol "public: __thiscall Run_T::Run_T(char const *)" (??0Run_T@@QAE@PBD@Z)
Calculator.obj : error LNK2001: unresolved external symbol "public: __thiscall Run_T::Run_T(class Run_T &)" (??0Run_T@@QAE@AAV0@@Z)
Calculator.obj : error LNK2001: unresolved external symbol "public: __thiscall Run_T::~Run_T(void)" (??1Run_T@@QAE@XZ)
Calculator.obj : error LNK2001: unresolved external symbol "public: class Run_T & __thiscall Run_T::operator=(class Run_T &)" (??4Run_T@@QAEAAV0@AAV0@@Z)
Calculator.obj : error LNK2001: unresolved external symbol "public: void __thiscall Run_T::in_to_post(class std::vector<char,class std::allocator<char> > &)" (?in_to_post@Run_T@@QAEXAAV?$vector@DV?$allocator@D@std@@@std@@@Z)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Calculator.exe : fatal error LNK1120: 7 unresolved externals
Error executing link.exe.



<h3>Results</h3>
Calculator.exe - 8 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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