About this course
The Advanced C++ Programming course will take you to the next level as a C++ programmer. You will learn advanced C++ programming concepts, and techniques to make your code more efficient and more portable.What others say
Enjoyable, learnt much
B. van Ellewee
SAAB Lecturer: Renier Classroom training
Great presentation and explanation of the core fundamentals of the C++ programming language
N. Moloisane
CSIR Lecturer: Renier Classroom training
Amazed by the expertise and knowledge settled in one human being – indeed a walking library.
R. Broodryk
Denel Dynamics Lecturer: Renier Classroom training
The lecturer made a special effort to explain elements that were not clear & understood by the audience. He also provided web pages with useful quick references.
P. de Souza
CSIR Lecturer: Renier Classroom training
Excellent!! I’ve learned a lot. The most important thing for me is that I’ve realised the power of the C++ language.
B. Khuele
Net 1 Lecturer: Renier Classroom training
Renier makes learning C++ fun and ensures the learners understand the basic principles.
L. Mbatha
Verifone Lecturer: Renier Classroom training
The course was very good & the lecturer (Renier) is great. He knows the course inside out. I wish I could take his C++ mind.
B. Majola
Net 1 Lecturer: Renier Classroom training
Very good course! Thank you.
P. Coetzee
Q Link Lecturer: Renier Classroom training
I am impressed with the material & speed of the course, however a lot of new concepts for me as a programmer & will have to work through the notes again to gain a better picture. Thanks.
V. Eloff
Q Link Lecturer: Renier Classroom training
Why you want to attend
You should attend the Advanced C++ Programming course if:- You are a C++ programmer and you want to learn about the advanced aspects of the C++ language.
- You are a C++ programmer and you want to learn to write better C++ code.
- You are an engineer working with embedded systems written in C++.
What you need to know first
Before you attend the Advanced C++ Programming course:- You must have attended our Standard C++ Programming course or already be comfortable with the fundamentals of the C++ programming language.
- You should have at least 6 months practical experience programming in C++.
Price and duration
Price: R14,800.00 excluding VAT per delegate. This price includes everything that you need:- All course material, provided in an electronic format.
- An attendance certificate after the course, in PDF format.
How to book
It’s so easy to book for the Advanced C++ Programming course. Just email us at info@incusdata.com. You can send us a purchase order, or fill in our course enrolment form. After we have received your booking, we will confirm that you are booked, and we’ll send you an invoice.Detailed course contents
Fundamentals
- Overview of C++ and ISO C++11/14/17 Standards.
- C and C++ differences, portability issues and using C legacy code in C++.
- Structures and classes.
- Function overloading.
- Operators as functions.
- Default parameters.
- Variable number of parameters.
- Constants and macros.
- Inline functions.
- Namespaces syntax and usage.
- The standard library namespace.
- Practical issues and tips for using namespaces.
- Understanding and using references.
- Run time type information (RTTI).
- Name mangling.
Exception Handling
- Syntax, structure and usage.
- Exception handling options.
- Advanced error handling.
- Memory allocation error handling.
- Classes for exception handling.
Pointers and Memory Management
- Performance issues.
- Understanding new, delete and other memory allocation options in various environments.
- Overloading new and delete.
- Dangling pointers.
- Smart pointer classes.
- Reference counting.
- Shallow vs deep copying.
Classes, Inheritance and Polymorphism
- Inheritance concepts.
- Multiple inheritance.
- Virtual functions and the vtable.
- Abstract classes.
- Pure virtual functions.
- Access specifiers and usage.
- Private or protected constructors and/or destructors.
- Canonical classes.
- Iterator and envelope classes.
- Class factories.
Templates
- Overview.
- Template definition syntax.
- Function templates.
- Template parameters.
- Class templates.
- Deriving from templates.
- Smart pointers with templates.
Standard Template Libraries
- Principles and design issues.
- Practical use of the STL containers, algorithms, data models, adaptors and allocators.
- Tradeoffs.
Object-Oriented Design Principles
- Overview of Object Orientation and the Unified Modelling Language.
- Class relationships and associations.
- Containment, composiition and aggregation.
- HAS, USES and IS relationships.
- Interfaces and abstract classes.