top of page

C++ in Depth

Master C++ through practice. From fundamentals to production systems.

300$/mo

Wed, 18:30 / Sat, 10:30 (UTC+2)

start:

Jun 15, 2026

25 classes, 3 months

300$/mo

Wed, 18:30 / Sat, 10:30 (UTC+2)

what's inside

C++ has a reputation for throwing errors exactly where you least expect them. Engineers have learned to be cautious around it — avoiding certain constructs, fearing undefined behavior, and wrestling with infrastructure. This course shifts you from a mindset of caution to one of control. You'll come to understand not just the code, but everything beneath it — memory, compilation, optimization, multithreading, and working with large libraries.

Throughout the course, you'll go through the complete C++ development cycle and build production-grade infrastructure solutions. You'll finish with a portfolio of C++ projects you can use when applying for jobs — and continue growing from there.

According to Djinni data, C++ candidates face fewer difficulties in the job market, and the growth of miltech projects is significantly driving demand for embedded specialists. Despite its complexity, C++ remains one of the strongest entry points into low-level programming.

Curriculum

it will be hot

FOR ENGINEERS

C++ fundamentals

Core language concepts and tools that build proper C++ engineering thinking

• C++ Ecosystem. Code lifecycle from source file to machine execution
• C++ Fundamentals: data types, object lifetime, object representation in memory
• Memory management, stack and heap memory, smart pointers.
• We'll develop the habit of using RAII — one of the most important C++ idioms
• Return value optimization, rvalue-references, move semantics
• How to return an object from a function: by value or by reference
• Templates: we'll write a logger that accepts any number of parameters
• Overview of the standard library: containers, iterators, algorithms

Practice
• Simple utilities implementation (ls, find, tree...)
• Implement own containers and logger

C++ advanced topics and patterns

Theory vs. production C++: threads, errors, patterns, tools

• Type conversions and RTTI: where to use reinterpret_cast and how to implement abstract factory
• Functional programming. Implementation of the observer pattern.
• Error handling: from error codes and exceptions to std::expected. Why do some projects have no exceptions at all?
• Multithreading: from posix mutex to std::condition_variable.
• Common problems (deadlock, false sharing) and how to avoid them.
• Standard library beyond containers: memory, chrono, variant, filesystem, metaprogramming
• Introduction to CMake: targets, dependencies. How to create a simple and correct project structure from libraries and executables
• Working with different compilers and platforms. Undefined, unspecified and implementation-defined behavior: why it's important to know the difference between these concepts and not be afraid of them

Practice
• Implementation of patterns (observer, factory, etc.)
• Implementation of utility programs (file downloader, diff)

GUI programming

Building desktop apps with Qt: from your first UI elements to complex event-driven systems

• Overview of Qt ecosystem. General ideas and principles of library design
• Working with applications and widgets in Qt
• GUI application architecture. How to separate computation logic from interface logic
• Multithreading: task queues, event loop. How to keep the GUI active while computations are happening
• Building, packaging and distribution of C++ applications

Practice
• Development of a desktop application with a heavy interactive interface
• Performance optimization for interactive scenarios

SDK development

What's under the hood: API design, CMake, testing frameworks, and SDK development

• API design: how to make an API that's hard to use incorrectly. We'll examine both general concepts and C++-specific techniques
• Cross-platform development: we'll experience the difference in compiler behavior and infrastructure peculiarities of different target systems (Linux, macOS, Windows)
• CMake: working with third-party libraries and unit tests. We'll create a CI-friendly SDK build and prepare an installable package.
• Introduction to the OpenCV library and basic image processing. We'll write an image processing pipeline using OpenCV algorithms
• Unit testing using google-test. From basic scenarios to using gMock

Practice
Develop a cross-platform image processing library: from API design to unit testing and deployment

C++ Developer's Toolbox

Real production systems: embedded deployment, profiling, modern C++ modules, and static analysis

• Overview of Raspberry Pi. We'll compile and run programs on Raspberry Pi
• Profiling and program optimization. How to read assembly code and when it's worth doing
• Overview of popular 3rd party libraries and their usage
• Tools for C++: static code analysis, clang-tidy, clang-format, profilers, sanitizers
• What C++ looks like in the latest standards: modules, coroutines
• C++ standards and their evolution. Overview of common coding conventions and peculiarities of using
• C++ in different domains: how C++ for a desktop application differs from C++ for NASA

Practice
• Cross-compilation and execution of programs on embedded systems (using the Raspberry Pi as an example)
• Debugging, performance measurement and optimization

Instructor

it will be hot

FOR ENGINEERS

Kostiantyn Verhun

Principal Software Engineer @Logitech. 

Former: @Ring, @Materialise. 12 years of professional C++ development experience

Ready? Take the first step

ready?
take the first step

I accept the terms of the Public Offer Agreement and consent to the processing of my personal data in accordance with the Privacy Policy.

reviews

What alumni say

FOR ENGINEERS

reviews
what alumni say

Говорять

випускники

intensive mode

We meet twice a week on Zoom — Wednesdays at 6:30 PM and Saturdays at 10:30 AM. New assignment every week.

All lectures are live sessions with the instructor, recorded for later review. We also run regular Q&A sessions and stay connected via Slack.

Taught in Ukrainian.
Supplementary materials in English.

learn among the best

We carefully select students so you're surrounded by driven, motivated peers. Yes, we dismiss those who don't complete assignments.

Your instructor stays with you until it clicks — whether that means a third code review or a quick 15-minute call. That's what we do: push each other to learn and level up.

Oh, and share jokes in Slack and swap referrals to awesome companies.

results that matter

No shallow slides or long introductions — just deep dives into real production challenges.

Certificates are earned, not given. They're earned through real results: completed assignments, active discussions, and measurable progress.

What awaits you?

have fun and dive deep

FOR ENGINEERS

bottom of page