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

📄 pr0913.plg

📁 《C++编程习题与解答》书中所有例题与习题的源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Pr0913 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\xue\LOCALS~1\Temp\RSP46.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Pr0913.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\我的文件夹\学习\C++.ALL\Pr0913.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xue\LOCALS~1\Temp\RSP46.tmp" 
<h3>Output Window</h3>
Compiling...
Pr0913.cpp
g:\我的文件夹\学习\c++.all\pr0913.cpp(17) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
g:\我的文件夹\学习\c++.all\pr0913.cpp(19) : warning C4508: 'main' : function should return a value; 'void' return type assumed
g:\我的文件夹\学习\c++.all\pr0913.cpp(37) : error C2784: 'class std::reverse_iterator<_RI,_Ty,_Rt,_Pt,_D> __cdecl std::operator +(_D,const class std::reverse_iterator<_RI,_Ty,_Rt,_Pt,_D> &)' : could not deduce template argument for '' from 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >'
g:\我的文件夹\学习\c++.all\pr0913.cpp(37) : error C2676: binary '+' : 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' does not define this operator or a conversion to a type acceptable to the predefined operator
Error executing cl.exe.



<h3>Results</h3>
Pr0913.obj - 3 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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