C++ Best Practices
Duration
24
hours
Location
Online
Language
English
Code
C-008
Training for 7-8 or more people?
Customize trainings
for your specific needs
Description
This course covers the main recommendations for developing reliable and efficient software in C++, in particular:
-
C++ Core Guidelines
-
The Power of 10
-
Industrial standards MISRA, AUTOSAR
The result is experience in analyzing program code and identifying typical problems, as well as gaining knowledge and experience of idiomatic language constructs in their application.
After completing the course, a certificate
is issued on the Luxoft Training form
is issued on the Luxoft Training form
Objectives
Participants will be introduced to recommendations regarding the organization of program code for both regular and safety-critical applications. As a result of the training, participants will gain experience in developing software in accordance with best practices, as well as analyzing and improving existing code.
Target Audience
C++ developers
Prerequisites
- Understand principles of object-oriented programming
- At least one year’s experience of working with object-oriented languages
- Advisable to know Java
Roadmap
- Roadmap C++ Abstract Machine
- Building process
- Memory safety
- Storage duration and object lifetime
- Type safety
- Object lifecycle
- Data representation
- Type conversions
- Thread safety
- Rules and best practices: MISRA C++, JSF C++, AUTOSAR C++14