We provide training courses on C++ tailored to the experience level of applicants and optionally to a specific C++ subject. Whether that's for you, a team of developers or students.
Proficiency In C++: Understanding of modern C++ standards (17 / 20 etc…) and their features, techniques, and best practices.
Comprehensive Computer Performance Knowledge: Students should understand factors which can vary an application's performance and how to transform existing code to a more optimal form.
Cross-Platform Development Skills: Students should have a grasp of CMake, a scripting language for setting up C++ projects to target multiple operating systems and architectures.
Topics which are applicable to programming in general are a good starting point, or an aspect of C++ as a whole. Consider some of the following examples.
Addresses, Pointers, References and Handles: What are they? When are they used?
Classes and Structures: Why is memory layout important?
Templates: How to generalize code for reuse!
Narrowing down on the specifics of C++ and how it functions can help improve the understanding of the language as a whole.
C++ Templates and Compile Time Argument Deduction
Prototyping and External Declarations
Exporting Functions for other Languages
Details on the concepts at work at the compiler level are useful here. Performance optimization, memory management, and algorithms may also be of interest.
Processing Data: Recursive Decent Parsing
RAII: Resource Acquisition Is Initialization
(Your specific subject of interest)