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

📄 vectortest.plg

📁 基于STL的vector 使用方法演示。这里主要介绍Vector的操作。
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: vectorTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\zzl\LOCALS~1\Temp\RSP46F4.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/vectorTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zzl\LOCALS~1\Temp\RSP46F4.tmp" 
<h3>Output Window</h3>
Compiling...
vectorTest.cpp
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(30) : error C2065: 'CString' : undeclared identifier
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(30) : error C2955: 'vector' : use of class template requires template argument list
        c:\program files\microsoft visual studio\vc98\include\vector(244) : see declaration of 'vector'
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(30) : error C2133: 'strVect' : unknown size
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(30) : error C2512: 'vector' : no appropriate default constructor available
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(30) : error C2262: 'strVect' : cannot be destroyed
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(31) : error C2955: 'vector' : use of class template requires template argument list
        c:\program files\microsoft visual studio\vc98\include\vector(244) : see declaration of 'vector'
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(37) : error C2663: 'begin' : 2 overloads have no legal conversion for 'this' pointer
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(37) : error C2663: 'end' : 2 overloads have no legal conversion for 'this' pointer
G:\vc练习实例\STL练习\vectorTest\vectorTest.cpp(37) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Error executing cl.exe.



<h3>Results</h3>
vectorTest.obj - 9 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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