Search:
Forum
General C++ Programming
Create and manipulate the Linked List Da
Create and manipulate the Linked List Data Structure in C++
Mar 20, 2021 at 8:19am UTC
thmm
(703)
Don't do it. C++ has a std::list and std::forward_list.
If you have to any search engine will give you countless hits.
Also be aware that linked list have a very poor performance in many cases.
Mar 20, 2021 at 12:00pm UTC
Ganado
(6811)
It's probably for school, just as literally every single "linked list" assignment is. OP could of course google a linked link c++ if he just wants a quick answer.
Mar 21, 2021 at 7:59am UTC
thmm
(703)
There is no way to quickly explain it.
Have a look at this article:
https://en.wikipedia.org/wiki/Linked_list
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs