tailieunhanh - Lecture Practical C++ programming - Chapter 20: Advanced pointers

Pointers along with the new and delete operators allow the C++ program to design complex and intricate data structures. This chapter covers some of the basic data structures such as linked list, double linked list, and trees. This is merely an introduction; a full discussion of data structures can easily take an entire course. | Chapter - 20 Advanced Pointers Practical C Programming Copyright 2003 O Reilly and Associates Page1 Advanced Data 0x5000 array 0 0x5001 array 1 0x5002 array 2 0x5003 array 3 0x5004 array 4 Array apple j - left Jemor right grape 1. J- z z z z right zpear j - left orange J - Tree zpiurn j- Practical C Programming Copyright 2003 O Reilly and Associates Page2 r -JJ. I Pointers Structures and Classes public