![]() |
Contact |
| C++ Programming: Manipulating Objects |
| Course Status: | Released |
| Course Language: | English |
| Course Duration: | 4 Hours |
| Deployment Options: | Online, Interactive CDs, Network, Downloads, Intranet |
| Audience |
| Students with a knowledge of structured programming techniques |
| Prerequisites |
| Some experience of C or another structured programming language, basic understanding of C++ objects and classes |
| Course Aim |
| To provide the student with the skills required to use dynamic memory allocation in C++ |
| Learning Objectives |
| Describe how to create and use pointers to objects. Explain how objects can be dynamically created. Describe how to create and manage a linked list of objects. |
| Topics Covered |
| Creating and referencing objects - Pointers to objects - References - The this pointer Dynamic memory allocation - The new and delete keywords - Using dynamic memory allocation - Hands-on: Processing customer records Linked lists of objects - Linked lists - Adding nodes to linked lists - Managing a linked list Implementing a linked list - An advanced linked list program - Hands-on: Creating a linked list |