11:11
Sorting in C: Why the double pointers when sorting pointers? (qsort)
Jacob Sorber
5:44
How to sort part of an array in C
13:46
Student programmers, ChatGPT is not your friend
9:58
A design pattern for cleaner recursive functions.
17:11
Using read write locks (example in C)
10:20
Portably print integers in C? It's more complicated than it should be.
23:20
How to Send and Receive UDP packets (in C)
4:16
Can I use connect with UDP sockets?
7:27
How to set a socket timeout (setsockopt) in C
23:14
What is an object pool, and how to create one in C?
17:34
Making allocators and object pools faster using a free list
14:17
Testing interactive terminal programs with expect.
3:50
How to reverse execution when debugging in GDB.
6:06
Detect Errors the Easy Way (with AddressSanitizer)
14:25
Can I create a constructor in C?
20:03
Can we create a destructor or automatically clean up variables in C?
5:43
Using Environment Vars for More Portable Code
12:25
PPM might be the best DIY image format (at least for beginners).
33:31
Let's do a little image processing in C
4:47
A better C makefile with automatic header make dependences