C++ Best Practices
Czas trwania
24
hours
Lokalizacja
Online
Język
English
Kod
C-008
Szkolenie dla #uczestników# lub większej liczby osób?
Dostosuj treningi
dla Twoich konkretnych potrzeb
Opis
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.
Po ukończeniu kursu na formularzu Luxoft Training
wydawany jest certyfikat
wydawany jest certyfikat
Cele
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.
Grupa docelowa
C++ developers
Warunki wstępne
- Understand principles of object-oriented programming
- At least one year’s experience of working with object-oriented languages
- Advisable to know Java
Plan działania
- 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