[Solved] How can i copy elements in list to an array c/c++
[ad_1] is that if there is anyway to copy those elements from list to an array Yes, there is a way to copy objects from a container to another. You can use the following algorithm: get output iterator to the output container get input iterator to first element of the input container while input iterator … Read more