Article ID: 160740 - Last Review: July 15, 2005 - Revision: 4.1 How to use the vector::size, vector::capacity, and vector::push_back STL functions in Visual C++This article was previously published under Q160740 Note Microsoft Visual C++ NET (2002) supported both the managed code
model that is provided by the .NET Framework and the unmanaged native Windows
code model. The information in this article applies to unmanaged Visual C++
code only. On This PageSUMMARY The sample code below illustrates how to use the
vector::size, vector::capacity, and vector::push_back functions. MORE INFORMATIONRequired headerPrototypesDescription
Sample codeREFERENCES For more information about the vector functions, visit the
following MSDN Web site:
http://msdn.microsoft.com/en-us/library/k449z507.aspx
(http://msdn.microsoft.com/en-us/library/k449z507.aspx)
APPLIES TO
| Article Translations
|
Back to the top
