Hour 19. Storing Information in Linked Lists
What You’ll Learn in This Hour:
What a linked list is
How to create a linked list
How to encapsulate functionality through inheritance
Linked Lists and Other Structures
Arrays are like boxes for mailing items. They are useful containers, but are each a fixed size. If you pick a container that is too large, you waste space and may even be charged more. If you pick one that is too small, there’s not ...
Get Sams Teach Yourself C++ in 24 Hours, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.