list vector « list « C++ Tutorial






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