C++ Standard Template Library
Durată
31
ore
Locație
Pe net
Limba
Engleză
Cod
C-007
Training pentru 7-8 sau mai multe persoane?
Personalizați antrenamentele
pentru nevoile dumneavoastră specifice
Descriere
This training is a deep dive into the Standard Template Library components such as functions, containers, algorithms and iterators. You will discover how you can simplify your code and get to know the philosophy behind C++.
With the help of 19 practice sessions, you will have the opportunity to exercise what you learn and be able to solve some common interview problems in a C++ way and answer common interview questions.
După finalizarea cursului, se eliberează un certificat
în formularul Luxoft Training
în formularul Luxoft Training
Obiective
- Familiarize yourself with the STL tools
- Learn how to use STL classes and utilities
- Know the cost of used tools
- How to write code with modern C++
- Understand the STL philosophy
Public țintă
- C++ Developers (Junior/Regular/Senior)
- C Developers (Regular/Senior)
Cerințe preliminare
- Basic knowledge of C++
- Basic knowledge of CMake, GTest, Git
Foaia de parcurs
Methodology overview
Functional objects
- Generic programming and callable objects
- Functions relation with STL
- Transformations between different function types (function adaptors)
Containers
- Contains visual representation, implementation details, use cases, corner cases, and operations overview for all containers
- Container classification is given and explained
- Sequence containers: Common, Vector, List, Forward list, Deque
- Container adaptors
- Ordered associative
- Unordered associative
- Pseudo containers
Iterators
- Iterator model, classes, properties and operations are investigated
- Implementation for stream iterators and iterator adaptors
Algorithms overview
Non-modifying algorithms
Modifying algorithms
Sorting and searching
Numeric