reverse_copy « STL Algorithms Modifying sequence operations « C++






1.Using reverse_copy, a copying version of the generic reverse algorithm
2.Copy elements in one vector into another vector in reverse order
3.Use reverse_copy to print all of them in reverse order