Home
C++ Tutorial
Language Basics
Data Types
Operators statements
Array
Development
Exceptions
Function
Structure
Class
Operator Overloading
Pointer
File Stream
template
STL Introduction
string
vector
list
bitset
set multiset
valarray
queue stack
deque
map multimap
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Binary search
STL Algorithms Sorting
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Iterator
STL Algorithms Heap
STL Algorithms Helper
list vector « list « C++ Tutorial
C++ Tutorial
list
list vector
17.19.list vector
17.19.1.
assign a list to a vector
17.19.2.
create an empty vector of int's and assign a list of doubles to it
17.19.3.
Vector of list of strings
17.19.4.
make a vector from a list with vector_copy
17.19.5.
Transfer vector to a list and remove all negative numbers with bind2nd and less