How to build Snake with C++ and Dear ImGui
Zen Sepiol
How to build Snake with C++ and Dear ImGui
19:01
How C++23 made my Thread Pool twice as fast
Zen Sepiol
How C++23 made my Thread Pool twice as fast
12:56
How to write Thread Pools in C++
Zen Sepiol
How to write Thread Pools in C++
13:37
How to use Googletest and Meson to build C++ tests
Zen Sepiol
How to use Googletest and Meson to build C++ tests
5:55
How to calculate long tasks in GUI code (C++, Dear ImGui)
Zen Sepiol
How to calculate long tasks in GUI code (C++, Dear ImGui)
7:37
I challenged ChatGPT to improve my code
Zen Sepiol
I challenged ChatGPT to improve my code
7:05
Building Tictactoe with Dear ImGui: #3 The Game Logic
Zen Sepiol
Building Tictactoe with Dear ImGui: #3 The Game Logic
8:25
The Dark Side of C++ - Coercion by Template Member
Zen Sepiol
The Dark Side of C++ - Coercion by Template Member
5:45
How to build a Web Scraper for Stock Market Data with Dear ImGui and C++
Zen Sepiol
How to build a Web Scraper for Stock Market Data with Dear ImGui and C++
35:34
The Dark Side of C++ - Empty Base Optimization
Zen Sepiol
The Dark Side of C++ - Empty Base Optimization
6:55
The Dark Side of C++ - Checked Delete
Zen Sepiol
The Dark Side of C++ - Checked Delete
4:55
The Dark Side of C++ - Copy-On-Write
Zen Sepiol
The Dark Side of C++ - Copy-On-Write
8:39
The Dark Side of C++ - Base-from-Member Pattern
Zen Sepiol
The Dark Side of C++ - Base-from-Member Pattern
8:10
Setting up a GUI app in 5 minutes (Dear ImGui, Docker, Cpp)
Zen Sepiol
Setting up a GUI app in 5 minutes (Dear ImGui, Docker, Cpp)
13:41
The Dark Side of C++ - Attorney Client Pattern
Zen Sepiol
The Dark Side of C++ - Attorney Client Pattern
7:07
Building a Sudoku Solver - But everytime it fails, 20% of the code is deleted
Zen Sepiol
Building a Sudoku Solver - But everytime it fails, 20% of the code is deleted
19:40
The Dark Side of C++ - Exception safety and Scope Guards (Scope Exit)
Zen Sepiol
The Dark Side of C++ - Exception safety and Scope Guards (Scope Exit)
10:32
The Dark Side of C++ - Non-Addressable Types
Zen Sepiol
The Dark Side of C++ - Non-Addressable Types
7:40
Can I build Tetris from scratch in ONE session? (Uncut, Dear ImGui, C++)
Zen Sepiol
Can I build Tetris from scratch in ONE session? (Uncut, Dear ImGui, C++)
1:06:35
Building Tictactoe with Dear ImGui: #2 The GUI
Zen Sepiol
Building Tictactoe with Dear ImGui: #2 The GUI
10:45
ONE click / TWO files - Recording of Screen and Webcam in OBS
Zen Sepiol
ONE click / TWO files - Recording of Screen and Webcam in OBS
6:13
Your C++ code is slow - 8 reasons why
Zen Sepiol
Your C++ code is slow - 8 reasons why
9:43
How to write C++ unit tests with Catch2 and Meson
Zen Sepiol
How to write C++ unit tests with Catch2 and Meson
18:11
Building Tic-tac-toe with Dear ImGui: #1 Mouse event callbacks
Zen Sepiol
Building Tic-tac-toe with Dear ImGui: #1 Mouse event callbacks
14:16
Can I build a clock using Dear ImGui in under an hour?
Zen Sepiol
Can I build a clock using Dear ImGui in under an hour?
20:35
How to use multithreading in C++
Zen Sepiol
How to use multithreading in C++
17:59
How to write better classes in C++
Zen Sepiol
How to write better classes in C++
15:08
Can a robot learn by itself how to clean my appartement? (C++ reinforcement learning)
Zen Sepiol
Can a robot learn by itself how to clean my appartement? (C++ reinforcement learning)
33:18
C++ Tutorial: How to use CRTP to extend your classes
Zen Sepiol
C++ Tutorial: How to use CRTP to extend your classes
8:26
How to use Dear ImGui to build a simple Gui-App Framework in C++
Zen Sepiol
How to use Dear ImGui to build a simple Gui-App Framework in C++
26:09
C++ Tutorial: How to use CRTP to speed up your code
Zen Sepiol
C++ Tutorial: How to use CRTP to speed up your code
9:24
How mindblowing is GitHub Copilot for C++?
Zen Sepiol
How mindblowing is GitHub Copilot for C++?
12:02
Learning C++ STL - Choosing the right container
Zen Sepiol
Learning C++ STL - Choosing the right container
9:16
Learning C++ STL - The complete Overview
Zen Sepiol
Learning C++ STL - The complete Overview
5:59
Learning C++ STL - The complete guide to Iterators
Zen Sepiol
Learning C++ STL - The complete guide to Iterators
14:58
Learning C++ STL - Deque (Double ended queue)
Zen Sepiol
Learning C++ STL - Deque (Double ended queue)
7:54
Learning C++ STL - Forward List
Zen Sepiol
Learning C++ STL - Forward List
10:14
Learning C++ STL - Vector
Zen Sepiol
Learning C++ STL - Vector
14:01
Learning C++ STL - List
Zen Sepiol
Learning C++ STL - List
15:09
Learning C++ STL - Array
Zen Sepiol
Learning C++ STL - Array
11:12
Learning C++ STL - Templates
Zen Sepiol
Learning C++ STL - Templates
10:09
Multicursor Magic in VSCode
Zen Sepiol
Multicursor Magic in VSCode
4:25
How to integrate Scons in VSCode
Zen Sepiol
How to integrate Scons in VSCode
7:18
How to build out-of-source using Scons
Zen Sepiol
How to build out-of-source using Scons
4:22
Get rid of Intellisense problems in VSCode by using compile commands
Zen Sepiol
Get rid of Intellisense problems in VSCode by using compile commands
9:13
The fastest C++ buildsystem?
Zen Sepiol
The fastest C++ buildsystem?
7:16
GitHub and VSCode: A PERFECT combination
Zen Sepiol
GitHub and VSCode: A PERFECT combination
10:41
Compiling and debugging made easy with VSCode
Zen Sepiol
Compiling and debugging made easy with VSCode
9:59
The ESSENTIAL VScode extensions for C++ in 2023
Zen Sepiol
The ESSENTIAL VScode extensions for C++ in 2023
15:11
5 REAL WORLD C++ coding interviews (and how to solve them!)
Zen Sepiol
5 REAL WORLD C++ coding interviews (and how to solve them!)
17:08
Want to build your code like google? This is how!
Zen Sepiol
Want to build your code like google? This is how!
12:14
How to use std::move to make your C++ code faster.
Zen Sepiol
How to use std::move to make your C++ code faster.
12:18
The only C++ buildsystem you need to know: Quickstart for CMake
Zen Sepiol
The only C++ buildsystem you need to know: Quickstart for CMake
11:03
Use these C++ loops to make your code faster
Zen Sepiol
Use these C++ loops to make your code faster
14:40
C++ Tutorial - Comments
Zen Sepiol
C++ Tutorial - Comments
5:22
C++ Lets code! - Calculating Pi using ONLY random numbers
Zen Sepiol
C++ Lets code! - Calculating Pi using ONLY random numbers
17:50
C++ Tutorials - Function overloading
Zen Sepiol
C++ Tutorials - Function overloading
2:57
C++ Tools - Stop using Cout/Printf for Debugging!
Zen Sepiol
C++ Tools - Stop using Cout/Printf for Debugging!
13:17
C++ Buildsystems - Introduction to SCons
Zen Sepiol
C++ Buildsystems - Introduction to SCons
9:58
C++ Buildsystems - Introduction to Make
Zen Sepiol
C++ Buildsystems - Introduction to Make
11:32
C++ Tutorial - How to avoid ressource leaks (RAII)
Zen Sepiol
C++ Tutorial - How to avoid ressource leaks (RAII)
9:44
C++ Tutorial - Pointers and References explained
Zen Sepiol
C++ Tutorial - Pointers and References explained
12:17
C++ Tutorial - Getting started with inheritance
Zen Sepiol
C++ Tutorial - Getting started with inheritance
27:10
How to use Git for C++
Zen Sepiol
How to use Git for C++
16:03
C++ Tutorial - How to use Includes and Headers
Zen Sepiol
C++ Tutorial - How to use Includes and Headers
9:36
C++ Tutorial - The Basics of Classes
Zen Sepiol
C++ Tutorial - The Basics of Classes
10:50
How to start with C++  -  All you need to know
Zen Sepiol
How to start with C++ - All you need to know
22:59