Overview:
In order to use C++ efficiently “all the way”, you apply inheritance and polymorphism ‑ the other corner stones of object orientation beside encapsulation. The concept of templates enables you to design and implement generic true re-usable code. The C++ standard library provides a lot of useful functionality without having to “redevelop the wheel”. The new C++ standard, a.k.a. C++11, extends the standard library with new features like multithreading, general purpose smart pointers, regular expressions, and many more items.
Goal/Benefits:
This three day training picks up where the “C++ - Basic-“-training ended. We will complete the practicing of object-orientation by applying inheritance and polymorphism. Furthermore we will look into many issues and features in C++ like:
The major objective of this class is that you shall be able to use C++ in a “correct way”.
Audience/Participants:
This training is aimed C++-programmers who want to want to deepen the knowledge in C++.
Previous Knowledge:
The course requires basic knowledge in C++ programming, corresponding to our training ”C++ - Level 1”.
Practical Exercises:
During the training you will practice the presented topics in a number of exercises. For the participant who wants, the exercises can be carried out with making use of the new C++11 features - when applicable. We will use the open and free integrated development environment from Eclipse.
»Läs mer om C++11 i inlägget "Månadens skribent"