![]() |
Contact |
| C++ Programming: Structured Programming |
| 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 structured programming concepts used in C++ |
| Learning Objectives |
| Describe elements of structured programming. Explain how control structures are used in C++. Describe how to use functions in C++. |
| Topics Covered |
| Introducing programming with C++ - A typical programming environment - The elements of a simple program - Data types - Arrays and pointers - Structs and unions Control structures - The if/else selection statement - The switch statement - Looping structures - Hands-on: Implementing a loop Functions - What is a function? - Library functions - User-defined functions - Hands-on: Writing a function |