表达式求值.plg
来自「C++数据结构的例子」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 表达式求值 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP31.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
"F:\MyProjects\C++数据结构\表达式求值\求值.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP31.tmp"
<h3>Output Window</h3>
Compiling...
求值.cpp
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(67) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [33]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(75) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [32]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(90) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [28]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(96) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [29]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(99) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [32]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\infix2postfix.h(108) : error C2664: 'expressionError' : cannot convert parameter 1 from 'char [28]' to 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &'
A reference that is not to 'const' cannot be bound to a non-lvalue
f:\myprojects\c++数据结构\表达式求值\postfixeval.h(45) : error C2065: 'expressionError' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
求值.obj - 7 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?