Channel Avatar

CodeVault @UC6qj_bPq6tQ6hLwOBpBQ42Q@youtube.com

63K subscribers - no pronouns :c

More from this channel (soon)


06:25
Recursive data types on stack are impossible. But why?
20:14
Freeing (or deallocating) a Binary Tree in C
13:14
Breadth-first search for Binary Trees in C
11:22
Recursive depth-first search for Binary Trees in C
16:20
Depth-first search for Binary Trees in C
11:48
Introduction to Tree Data Structures in C
08:41
Why double the size of an array? (Part 3)
12:05
Resize arrays using a function (Part 2)
11:13
How to resize an array in C (Part 1)
11:56
How to use realloc in C
09:49
Convert string to Lowercase in C
21:37
How to vertically align to the middle in CSS
10:02
Don't make the same mistake I did!
13:49
What are variadic functions (va_list) in C?
23:04
Measure execution time in C (for Linux and Windows)
17:41
Format and parse datetime in C
10:25
How to get current time and date in C
12:54
How to get environment variables in C
05:20
How to generate random strings from a set of characters in C
08:16
How to generate random strings in C
07:13
What does fork() actually return?
05:54
Post-increment vs pre-increment in C (a++ vs ++a)
10:39
Global functions in multi-file projects in C
09:00
Sharing functions between files in C
08:42
Global variables in a multi-file project in C
11:17
Declaration vs. Definition of functions in C
10:37
Declaration vs. Definition of a variable in C
09:36
How to find a string in an array of strings in C
10:37
Reading and writing a linked list to a file in C
08:32
Local vs global variables in C
08:59
How to use scanf with fgets
03:35
Progress bars with pure HTML
07:45
The autocomplete input nobody is using (HTML datalist tag)
08:03
Less Known Input Types in HTML
11:53
Form Input Validation in HTML
07:13
The difference between DIV and SPAN
24:36
Calling fork multiple times (part 2) (With a practical example)
06:43
Why are function pointers useful?
17:38
Intro to recursive functions in C
14:20
How do I run and compile my C code?
13:04
Visual Studio Code for C/C++ on Linux (2021)
13:28
Arrays as function parameters in C
07:41
Implementing a stack in C
13:18
Implementing a queue in C
07:05
What is waitpid?
07:40
Thread Pools with function pointers in C
22:54
Thread Pools in C (using the PTHREAD API)
08:03
How to evaluate multiple increments in the same line? (++a + a++ - ++a)
13:28
List files in a directory (recursively too!)
06:30
Parallelism vs Concurrency
07:09
Getting the value of a semaphore
06:04
Difference between Binary Semaphores and Mutexes
06:49
What are binary semaphores?
25:18
Producer - Consumer Problem in Multi-Threading
09:07
Practical example using semaphores (Login Queue)
12:24
Introduction to semaphores in C
07:06
Recursive mutexes
10:59
Deadlocks in C
04:03
Static initializers in the PTHREAD API
08:42
What are detached threads?