????????
This is a discussion on What are linked lists? within the C++ Programming forums, part of the General Programming Boards category; ????????...
????????
A linked list is a collection of "things" connected by links, each "thing" has a link to the next "thing", hence the name linked list. For a little more detail, try here.
-Prelude
My best code is written with the delete key.
TY