list insert « List « C++






1.Insert elements of array into a list
2.Combine insert and begin to add element to the start of a list
3.Combine insert and end to add elements to the end of a list
4.Fill list with random numbers with generate function
5.Initialize a list with values in a vector
6.Move position pointer and insert again