Quick and modern C++ [RUSSIAN]

  • Live
  • 10:00
  • RU

Course Description:
In any large codebase you can always find pieces of code which are not totally understandable. Mostly, such kind of code is implemented when the application needs some performance boost... and, mostly, that code is not useful because it optimizes functionality in wrong place, in incorrect way and in not a good way.
During our masterclass we will get to know to the allocators features, optimizers and implementations of containers; look at assembler code; learn how to correctly and clearly write fast single-threaded and multi-threaded applications.
You only need a complier with C++ 11 support (at least VS 2013/Clang-3.3/GCC-4.8) and basic C++ knowledge.

Date: 22.01.2021 (transfer from 17.01.2021)
Time: 10:00 - 19:00 (GMT+3)
Place: Zoom.
Cost:
300 BYN (till 06.12.2020)
350 BYN (till 10.01.2021)
400 BYN (till 22.01.2021)

Antony Polukhin

Lead Developer, Yandex, Moscow, Russia

A representative of Russian working group (RG 21 RF) at C++ Standardization Committee. Author of several accepted proposals to the C++ standard. Author of the following Boost libraries: TypeIndex, DLL, …