Posts by wander • 31 points
1 post
-
3
votes2
answers1731
viewsQ: Insert elements into array of C++ lists
I’m having trouble inserting elements into a list array. The program prints the quantity_de_vertices variable and then a runtime error occurs. #include <iostream> #include <list>…