Q:

array of linked lists in cpp

#include <list> #include <array>  int foo() { 	std::array<std::list<int>, 10> myListArray;	// C++ array of lists } 
0

Tags

New to Communities?

Join the community