_    ___ ___      _                               
/ \ |_ _/ _ \ ___| |_ _ __ ___ __ _ _ __ ___ ___
/ _ \ | | | | / __| __| '__/ _ \/ _` | '_ ` _ \/ __|
/ ___ \ | | |_| \__ \ |_| | | __/ (_| | | | | | \__ \
/_/ \_\___\___/|___/\__|_| \___|\__,_|_| |_| |_|___/
Twitch
Invidious (YT)

Invidious > Channel > Brotcrunsher

Trending
Brotcrunsher 32000 subscribers    RSS
View channel on YouTube
Videos
Playlists

YT 2 minutes 36 seconds
Brotcrunsher
C++ Tutorial [001] - Einführung GERMAN
YT 4 minutes 10 seconds
Brotcrunsher
C++ Tutorial [002] - Installation von Visual Studio 2013 Express GERMAN
YT 8 minutes 43 seconds
Brotcrunsher
C++ Tutorial [003] - Hello World GERMAN
YT 10 minutes 17 seconds
Brotcrunsher
C++ Tutorial [004] - Variablen GERMAN
YT 4 minutes 48 seconds
Brotcrunsher
C++ Tutorial [005] - bool GERMAN
YT 5 minutes 58 seconds
Brotcrunsher
C++ Tutorial [006] - if GERMAN
YT 2 minutes 41 seconds
Brotcrunsher
C++ Tutorial [007] - Userinput mit cin GERMAN
YT 4 minutes 50 seconds
Brotcrunsher
C++ Tutorial [008] - const und unsigned GERMAN
YT 4 minutes 1 second
Brotcrunsher
C++ Tutorial [009] - Funktionen GERMAN
YT 5 minutes 47 seconds
Brotcrunsher
C++ Tutorial [010] - Funktionsprototyp GERMAN
YT 6 minutes 16 seconds
Brotcrunsher
C++ Tutorial [011] - Default Parameter GERMAN
YT 3 minutes 36 seconds
Brotcrunsher
C++ Tutorial [012] - Globale Variablen GERMAN
YT 6 minutes 27 seconds
Brotcrunsher
C++ Tutorial [013] - call by reference, Referenzen an Funktionen GERMAN
YT 3 minutes 33 seconds
Brotcrunsher
C++ Tutorial [014] - Aliasnamen
YT 3 minutes 37 seconds
Brotcrunsher
C++ Tutorial [015] - static_cast GERMAN
YT 2 minutes 58 seconds
Brotcrunsher
C++ Tutorial [016] - static in Funktionen und bei globalen Variablen GERMAN
YT 7 minutes 41 seconds
Brotcrunsher
C++ Tutorial [017] - Header Dateien und include GERMAN
YT 3 minutes 2 seconds
Brotcrunsher
C++ Tutorial [018] - Extern GERMAN
YT 2 minutes 59 seconds
Brotcrunsher
C++ Tutorial [019] - Schleifen GERMAN
YT 6 minutes 57 seconds
Brotcrunsher
C++ Tutorial [020] - Übungen #1 GERMAN
YT 9 minutes 44 seconds
Brotcrunsher
C++ Tutorial [021] - Arrays GERMAN
YT 10 minutes 54 seconds
Brotcrunsher
C++ Tutorial [022] - C-String GERMAN
YT 15 minutes 35 seconds
Brotcrunsher
C++ Tutorial [023] - std::string GERMAN
YT 7 minutes 42 seconds
Brotcrunsher
C++ Tutorial [024] - Switch GERMAN
YT 3 minutes 55 seconds
Brotcrunsher
C++ Tutorial [025] - cmath GERMAN
YT 11 minutes 43 seconds
Brotcrunsher
C++ Tutorial [026] - rand() GERMAN
YT 6 minutes 26 seconds
Brotcrunsher
C++ Tutorial [027] - #define GERMAN
YT 2 minutes 24 seconds
Brotcrunsher
C++ Tutorial [028] - #undef GERMAN
YT 4 minutes 21 seconds
Brotcrunsher
C++ Tutorial [029] - Bedingte Kompilierung #ifdef #ifndef #endif GERMAN
YT 3 minutes 14 seconds
Brotcrunsher
C++ Tutorial [030] - #error GERMAN
YT 7 minutes 23 seconds
Brotcrunsher
C++ Tutorial [031] - Include Guards / #pragma once GERMAN
YT 6 minutes 29 seconds
Brotcrunsher
C++ Tutorial [032] - Pointer GERMAN
YT 7 minutes 41 seconds
Brotcrunsher
C++ Tutorial [033] - Pointerarithmetik GERMAN
YT 6 minutes 27 seconds
Brotcrunsher
C++ Tutorial [034] - Nullpointer GERMAN
YT 5 minutes 32 seconds
Brotcrunsher
C++ Tutorial [035] - Casting Probleme bei Pointern GERMAN
YT 5 minutes 6 seconds
Brotcrunsher
C++ Tutorial [036] - Void Pointer GERMAN
YT 4 minutes 10 seconds
Brotcrunsher
C++ Tutorial [037] - Pointer auf Pointer GERMAN
YT 4 minutes 8 seconds
Brotcrunsher
C++ Tutorial [038] - const bei Pointern GERMAN
YT 5 minutes 49 seconds
Brotcrunsher
C++ Tutorial [039] - Function Pointer GERMAN
YT 4 minutes 41 seconds
Brotcrunsher
C++ Tutorial [040] - Pointer Rückgabe von Stackvariablen GERMAN
YT 18 minutes 54 seconds
Brotcrunsher
C++ Tutorial [041] - Übungen #2 Pointer GERMAN
YT 3 minutes 27 seconds
Brotcrunsher
C++ Tutorial [042] - Ein Blick auf Assembler GERMAN
YT 5 minutes 8 seconds
Brotcrunsher
C++ Tutorial [043] - Dynamischen Speicher erzeugen mit new GERMAN
YT 6 minutes 9 seconds
Brotcrunsher
C++ Tutorial [044] - Dynamischen Speicher löschen mit delete GERMAN
YT 3 minutes 11 seconds
Brotcrunsher
C++ Tutorial [045] - Pointer Rückgabe von Heapvariable GERMAN
YT 5 minutes 18 seconds
Brotcrunsher
C++ Tutorial [046] - malloc und free GERMAN
YT 6 minutes 44 seconds
Brotcrunsher
C++ Tutorial [047] - Speichersegmente Code, Daten, BSS, Stack, Heap GERMAN
YT 6 minutes 18 seconds
Brotcrunsher
C++ Tutorial [048] - typedef GERMAN
YT 7 minutes 45 seconds
Brotcrunsher
C++ Tutorial [049] - function templates GERMAN
YT 5 minutes 30 seconds
Brotcrunsher
C++ Tutorial [050] - function templates Spezialisierung GERMAN
YT 5 minutes 11 seconds
Brotcrunsher
C++ Tutorial [051] - goto GERMAN
YT 7 minutes
Brotcrunsher
C++ Tutorial [052] - namespace GERMAN
YT 7 minutes 35 seconds
Brotcrunsher
C++ Tutorial [053] - Zeit messen GERMAN
YT 2 minutes 43 seconds
Brotcrunsher
C++ Tutorial [054] - auto GERMAN
YT 4 minutes 17 seconds
Brotcrunsher
C++ Tutorial [055] - Compilermodi Debug und Release GERMAN
YT 5 minutes 6 seconds
Brotcrunsher
C++ Tutorial [056] - vector GERMAN
YT 3 minutes 29 seconds
Brotcrunsher
C++ Tutorial [057] - Programmargumente GERMAN
YT 4 minutes 30 seconds
Brotcrunsher
C++ Tutorial [058] - inline GERMAN
YT 3 minutes 43 seconds
Brotcrunsher
C++ Tutorial [059] - register GERMAN
YT 3 minutes 3 seconds
Brotcrunsher
C++ Tutorial [060] - enum GERMAN
YT 5 minutes 17 seconds
Brotcrunsher
C++ Tutorial [061] - standard GERMAN
YT 3 minutes 38 seconds
Brotcrunsher
C++ Tutorial [062] - In Datei schreiben GERMAN
YT 4 minutes 13 seconds
Brotcrunsher
C++ Tutorial [063] - Aus Datei lesen GERMAN
YT 4 minutes 35 seconds
Brotcrunsher
C++ Tutorial [064] - Openflags GERMAN
YT 8 minutes 47 seconds
Brotcrunsher
C++ Tutorial [065] - Binärdatei GERMAN
YT 3 minutes 56 seconds
Brotcrunsher
C++ Tutorial [066] - cerr in Log Datei umlenken GERMAN
YT 6 minutes 13 seconds
Brotcrunsher
C++ Tutorial [067] - class GERMAN
YT 2 minutes 37 seconds
Brotcrunsher
C++ Tutorial [068] - struct GERMAN
YT 6 minutes 23 seconds
Brotcrunsher
C++ Tutorial [069] - Klassenprototypen GERMAN
YT 2 minutes 49 seconds
Brotcrunsher
C++ Tutorial [070] - static in Klassen GERMAN
YT 3 minutes 1 second
Brotcrunsher
C++ Tutorial [071] - Initialisierungsliste GERMAN
YT 2 minutes 2 seconds
Brotcrunsher
C++ Tutorial [072] - sizeof bei Klassen GERMAN
YT 2 minutes 50 seconds
Brotcrunsher
C++ Tutorial [073] - const bei Objekten GERMAN
YT 3 minutes 14 seconds
Brotcrunsher
C++ Tutorial [074] - Call by const Reference GERMAN
YT 3 minutes 54 seconds
Brotcrunsher
C++ Tutorial [075] - Destruktor GERMAN
YT 6 minutes 39 seconds
Brotcrunsher
C++ Tutorial [076] - Dynamic Array GERMAN
YT 4 minutes 7 seconds
Brotcrunsher
C++ Tutorial [077] - Copy Constructor GERMAN
YT 1 minute 13 seconds
Brotcrunsher
C++ Tutorial [078] - Copy Constructor deleten GERMAN
YT 3 minutes 52 seconds
Brotcrunsher
C++ Tutorial [079] - Operator Overloading GERMAN
YT 9 minutes 7 seconds
Brotcrunsher
C++ Tutorial [080] - Move Constructor GERMAN
YT 56 seconds
Brotcrunsher
C++ Tutorial [081] - this GERMAN
YT 48 seconds
Brotcrunsher
C++ Tutorial [082] - ArrowOperator GERMAN
YT 4 minutes 33 seconds
Brotcrunsher
C++ Tutorial [083] - Assignment Operator GERMAN
YT 3 minutes 18 seconds
Brotcrunsher
C++ Tutorial [084] - Move Assignement Operator GERMAN
YT 3 minutes 59 seconds
Brotcrunsher
C++ Tutorial [085] - Exception Handling GERMAN
YT 6 minutes 26 seconds
Brotcrunsher
C++ Tutorial [086] - unions GERMAN
YT 3 minutes 36 seconds
Brotcrunsher
C++ Tutorial [087] - Vererbung GERMAN
YT 2 minutes 49 seconds
Brotcrunsher
C++ Tutorial [088] - public/protected/private Vererbung GERMAN
YT 4 minutes 5 seconds
Brotcrunsher
C++ Tutorial [089] - virtual und override GERMAN
YT 2 minutes 41 seconds
Brotcrunsher
C++ Tutorial [090] - pure virtual GERMAN
YT 4 minutes 37 seconds
Brotcrunsher
C++ Tutorial [091] - Virtual Destruktor GERMAN
YT 2 minutes 22 seconds
Brotcrunsher
C++ Tutorial [092] - Mehrfachvererbung GERMAN
YT 4 minutes 7 seconds
Brotcrunsher
C++ Tutorial [093] - Deadly Diamond GERMAN
YT 1 minute 29 seconds
Brotcrunsher
C++ Tutorial [094] - Virtuelle Vererbung GERMAN
YT 4 minutes
Brotcrunsher
C++ Tutorial [095] - Klassenspeicherlayout GERMAN
YT 4 minutes 39 seconds
Brotcrunsher
C++ Tutorial [096] - static_cast bei downcasts GERMAN
YT 5 minutes 13 seconds
Brotcrunsher
C++ Tutorial [097] - dynamic_cast GERMAN
YT 5 minutes 58 seconds
Brotcrunsher
C++ Tutorial [098] - reinterpret_cast GERMAN
YT 5 minutes 14 seconds
Brotcrunsher
C++ Tutorial [099] - const_cast GERMAN
YT 8 minutes 52 seconds
Brotcrunsher
C++ Tutorial [100] - Klassentemplates GERMAN
YT 4 minutes 26 seconds
Brotcrunsher
C++ Tutorial [101] - friend GERMAN
YT 4 minutes 54 seconds
Brotcrunsher
C++ Tutorial [102] - memset GERMAN
YT 2 minutes 2 seconds
Brotcrunsher
C++ Tutorial [103] - memcpy GERMAN
YT 9 minutes 12 seconds
Brotcrunsher
C++ Tutorial [104] - Smart Pointer: shared_ptr GERMAN
YT 3 minutes 26 seconds
Brotcrunsher
C++ Tutorial [105] - Smart Pointer: unique_ptr GERMAN
YT 3 minutes 42 seconds
Brotcrunsher
C++ Tutorial [106] - Smart Pointer: weak_ptr GERMAN
YT 16 minutes 10 seconds
Brotcrunsher
C++ Tutorial [107] - Übungen #3: DynamicArray GERMAN
YT 3 minutes 16 seconds
Brotcrunsher
C++ Tutorial [108] - Vector Aufbau GERMAN
YT 5 minutes 1 second
Brotcrunsher
C++ Tutorial [109] - list GERMAN
YT 4 minutes 30 seconds
Brotcrunsher
C++ Tutorial [110] - Iterator GERMAN
YT 2 minutes 27 seconds
Brotcrunsher
C++ Tutorial [111] - forward_list GERMAN
YT 2 minutes 8 seconds
Brotcrunsher
C++ Tutorial [112] - deque GERMAN
YT 2 minutes 39 seconds
Brotcrunsher
C++ Tutorial [113] - stack GERMAN
YT 54 seconds
Brotcrunsher
C++ Tutorial [114] - queue GERMAN
YT 5 minutes 55 seconds
Brotcrunsher
C++ Tutorial [115] - priority_queue GERMAN
YT 3 minutes 9 seconds
Brotcrunsher
C++ Tutorial [116] - set GERMAN
YT 41 seconds
Brotcrunsher
C++ Tutorial [117] - multiset GERMAN
YT 4 minutes 55 seconds
Brotcrunsher
C++ Tutorial [118] - map GERMAN
YT 5 minutes 48 seconds
Brotcrunsher
C++ Tutorial [119] - multimap GERMAN
YT 12 minutes 52 seconds
Brotcrunsher
C++ Tutorial [120] - hash GERMAN
YT 8 minutes
Brotcrunsher
C++ Tutorial [121] - unordered_map unordered_multimap unordered_set unordered_multiset GERMAN
YT 4 minutes 14 seconds
Brotcrunsher
C++ Tutorial [122] - The End...? GERMAN
YT 9 minutes 48 seconds
Brotcrunsher
C++ Bonus [001] - Wieso nicht "using namespace std" nutzen
YT 4 minutes 56 seconds
Brotcrunsher
C++ Bonus [002] - Keyword explicit
YT 7 minutes 58 seconds
Brotcrunsher
C++ Bonus [003] - Keyword constexpr
YT 8 minutes 39 seconds
Brotcrunsher
C++ Bonus [004] - placement new
YT 11 minutes 35 seconds
Brotcrunsher
C++ Bonus [005] - Alignment, alignof und alignas
YT 41 minutes 2 seconds
Brotcrunsher
C++ Bonus [006] - C++17 Features
YT 12 minutes 39 seconds
Brotcrunsher
C++ Bonus [007] - Pointer vs Reference
YT 11 minutes 6 seconds
Brotcrunsher
C++ Bonus [008] - Statische Bibliotheken / .lib Dateien
YT 13 minutes 21 seconds
Brotcrunsher
C++ Bonus [009] - Dynamische Bibliotheken / .dll Dateien
YT 26 minutes 2 seconds
Brotcrunsher
C++ Bonus [010] - Pluginsystem mit DLLs realisieren
YT 10 minutes 39 seconds
Brotcrunsher
Multithreading in C++ [001] - Einführung
YT 15 minutes 27 seconds
Brotcrunsher
Multithreading in C++ [002] - Thread starten
YT 3 minutes 53 seconds
Brotcrunsher
Multithreading in C++ [003] - get_id() und std::this_thread
YT 7 minutes 28 seconds
Brotcrunsher
Multithreading in C++ [004] - Parameter an Thread übergeben
YT 4 minutes 48 seconds
Brotcrunsher
Multithreading in C++ [005] - Thread Objekte bewegen
YT 4 minutes 10 seconds
Brotcrunsher
Multithreading in C++ [006] - Anzahl an Threads ermitteln
YT 20 minutes 43 seconds
Brotcrunsher
Multithreading in C++ [007] - Beispiel Summe von großem Array Bilden
YT 4 minutes 48 seconds
Brotcrunsher
Multithreading in C++ [008] - Lifetime von Variablen
YT 4 minutes 23 seconds
Brotcrunsher
Multithreading in C++ [009] - Seltsame Effekte im Zusammenhang mit Threads
YT 6 minutes 32 seconds
Brotcrunsher
Multithreading in C++ [010] - Race Conditions
YT 10 minutes 2 seconds
Brotcrunsher
Multithreading in C++ [011] - std::mutex
YT 2 minutes 52 seconds
Brotcrunsher
Multithreading in C++ [012] - std::lock_guard
YT 3 minutes 5 seconds
Brotcrunsher
Multithreading in C++ [013] - std::unique_lock
YT 7 minutes 48 seconds
Brotcrunsher
Multithreading in C++ [014] - std::call_once und std::once_flag
YT 6 minutes 16 seconds
Brotcrunsher
Multithreading in C++ [015] - std::recursive_mutex
YT 6 minutes 30 seconds
Brotcrunsher
Multithreading in C++ [016] - std::timed_mutex
YT 5 minutes 12 seconds
Brotcrunsher
Multithreading in C++ [017] - std::shared_mutex
YT 5 minutes 3 seconds
Brotcrunsher
Multithreading in C++ [018] - Deadlocks
YT 1 minute 51 seconds
Brotcrunsher
Multithreading in C++ [019] - std::lock
YT 2 minutes 20 seconds
Brotcrunsher
Multithreading in C++ [020] - std::adopt_lock
YT 5 minutes 37 seconds
Brotcrunsher
Multithreading in C++ [021] - Strategien gegen Deadlocks
YT 10 minutes 4 seconds
Brotcrunsher
Multithreading in C++ [022] - Eigene OrderedMutex Klasse
YT 3 minutes 37 seconds
Brotcrunsher
Multithreading in C++ [023] - std::scoped_lock
YT 10 minutes 44 seconds
Brotcrunsher
Multithreading in Cpp [024] - std::condition_variable
YT 2 minutes 22 seconds
Brotcrunsher
Multithreading in C++ [025] - std::condition_variable_any
YT 7 minutes 38 seconds
Brotcrunsher
Multithreading in C++ [026] - std::future
YT 4 minutes 50 seconds
Brotcrunsher
Multithreading in C++ [027] - std::packaged_task
YT 5 minutes 31 seconds
Brotcrunsher
Multithreading in C++ [028] - std::promise
YT 11 minutes 12 seconds
Brotcrunsher
C++ Bonus [011] - User Defined Literals
YT 18 minutes 58 seconds
Brotcrunsher
C++ Bonus [012] - GCC und makefiles
YT 4 minutes 51 seconds
Brotcrunsher
C++ Bonus [013] - Compiler Explorer
YT 11 minutes 39 seconds
Brotcrunsher
C++ Bonus [014] - C für C++ Entwickler
YT 7 minutes 50 seconds
Brotcrunsher
C++ Bonus [015] - Integral Promotion
YT 14 minutes 35 seconds
Brotcrunsher
C++ Bonus [016] - std::launder
YT 22 minutes 17 seconds
Brotcrunsher
C++ Bonus [017] - Spaceship Operator / Dreiwegevergleich
YT 6 minutes 36 seconds
Brotcrunsher
C++ Bonus [018] - CppCheck
YT 14 minutes 51 seconds
Brotcrunsher
C++ Bonus [019] - Weak Symbols/Functions
YT 8 minutes 48 seconds
Brotcrunsher
C++ Bonus [020] - Virtuelle Funktionen in Konstruktoren aufrufen
YT 25 minutes 58 seconds
Brotcrunsher
C++ Bonus [023] - Python von C++ aus aufrufen
YT 17 minutes 38 seconds
Brotcrunsher
C++ Bonus [024] - Bluescreen auslösen
YT 19 minutes 50 seconds
Brotcrunsher
C++ Bonus [025] - Treiber für Windows schreiben
YT 9 minutes 27 seconds
Brotcrunsher
C++ Bonus [027] - jthread
YT 14 minutes 30 seconds
Brotcrunsher
C++ Bonus [029] - Modules
YT 10 minutes 28 seconds
Brotcrunsher
C++ Bonus [031] - Länge eines Arrays bestimmen
YT 11 minutes 50 seconds
Brotcrunsher
C++ Bonus [032] - pImpl Idiom / Pointer to Implementation
YT 5 minutes 42 seconds
Brotcrunsher
C++ Bonus [033] - Argument Dependent Lookup
YT 6 minutes 27 seconds
Brotcrunsher
C++ Bonus [034] - thread_local
YT 9 minutes 8 seconds
Brotcrunsher
C++ Bonus [035] - constexpr Funktionen in C++20
YT 3 minutes 31 seconds
Brotcrunsher
C++ Bonus [036] - consteval
YT 6 minutes 1 second
Brotcrunsher
C++ Bonus [037] - constinit
YT 22 minutes 23 seconds
Brotcrunsher
C++ Bonus [038] - Coroutinen & Generatoren
YT 8 minutes 50 seconds
Brotcrunsher
C++ Bonus [039] - Ungeahnte Kosten des unique_ptr
YT 6 minutes 21 seconds
Brotcrunsher
C++ Bonus [040] - Coroutinen & Lazy Evalutation
YT 6 minutes 38 seconds
Brotcrunsher
C++ Bonus [041] - volatile
YT 6 minutes 7 seconds
Brotcrunsher
C++ Bonus [042] - Ref Qualifiers
YT 6 minutes 56 seconds
Brotcrunsher
C++ Bonus [043] - Copy Elision
YT 8 minutes 24 seconds
Brotcrunsher
C++ Bonus [044] - decltype und std::declval
YT 33 minutes 9 seconds
Brotcrunsher
C++ Bonus [045] - SIMD mit Intel Intrinsics
YT 16 minutes 8 seconds
Brotcrunsher
C++ Bonus [046] - algorithm
YT 15 minutes 56 seconds
Brotcrunsher
C++ Bonus [047] - C++ im Browser - WebAssembly mit Emscripten
YT 18 minutes 23 seconds
Brotcrunsher
C++ Bonus [048] - OpenGL bis zum Dreieck
YT 4 minutes 23 seconds
Brotcrunsher
C++ Bonus [049] - OpenGL im Browser mit Emscripten