cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Main differences between an array and a
Main differences between an array and a linked list
Apr 22, 2016 at 6:35pm UTC
Mustard Treat
(11)
What are the main differences between an array and a linked list. In regards to Structure and Efficiency of Operations?
Apr 22, 2016 at 7:25pm UTC
Norm Gunderson
(112)
The descriptions on the reference pages are pretty good:
array (std::array, but it's still applicable):
http://www.cplusplus.com/reference/array/array/#properties
(doubly-)linked list:
http://www.cplusplus.com/reference/list/list/#properties
Also the faq has some nice explanations on & around the subject:
http://www.cplusplus.com/faq/sequences/
Topic archived. No new replies allowed.