Introduction - If you have any usage issues, please Google them yourself
Exercises vector and list defines the use of an empty vector, element type int, generate 10 random numbers inserted into the vector, iterate over the vector and the output element values. Vector iterator to traverse, and output the value of one of the elements in the vector head insert a random number. Find generic algorithms to find a random number, and if found will output, otherwise this number inserted into the vector tail. Using generic algorithms sort the vector Sort iterator traversal vector and output the value of one of the elements. The vector emptied. Define a list, and repeat the experiment, and observe the results.