• 0

[C++] Array of Linked lists Help


Question

Recommended Posts

  • 0

 

 
std::list<int> listArray[10];

 

 

That create an array with 10 indexes. Each array contains a linked-list of integers. No need for a class :)

how can show this array of linked list?

Link to comment
Share on other sites

  • 0

how can show this array of linked list?

Instead of resurrecting an 11-year-old thread, try creating a thread of your own.

Closed

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.