77 тысяч подписчиков
146 видео
Why is the gets function so dangerous that it should not be used?
Should I cast a malloc in C?
Beej's guide to C programming, chapter 8: Structs
print_combn using backtracking
print_combn recursive: foo displaying all different combinations of n numbers by ascending order
The n queens problem using backtracking and Naruto in C ELI5
These are very different performances with the Fibonacci sequence algorithms in C
Beej's guide to C programming, chapter 7: Strings
Why this also works? A bad Intro to strings in C
is a computer science degree worth it?
Are arrays just pointers in C?
Beej's guide to C programming, chapter 6: Arrays
strcmp | strncmp (read 📌 comment)
split function implementation in C (read description, minor 🐞)
Remove silence from your videos ,for free! ~
Project Euler: Find the largest prime factor
C vs Assembly vs Python computing fibonacci 42
strcpy | strncpy | strlcpy. Code with 🚨 🐞 🐞 🚨 Reasoning still Ok
All you need to know about the command line arguments argc and *argv[ ]
get_next_line explained : develop a function that reads a file line by line
All you need to know about variadic functions (audio kinda suck)
0.2 Mastering the Fundamentals: Octal, Binary, Hexadecimals & More
How C can be unsafe? simple example
5.0 The C programming language: pointers in c
ft_print_memory (📌 comment)
The dining Philosophers in C: threads, race conditions and deadlocks
Get your terminal to look like matrix. ~
Instruction Set Architecture ISA
Let's build a super simple shell in C
Python for beginners! My girlfriend first programs ever
Generate random numbers in C with nanoseconds
Easy peasy introduction to the terminal/command line (macOS)
Use these macros to debug like a chad
How pointer strings are immutable in C?
The write system call function in C
ft_atoi, convert a string to an integer
Let's build a printf! Episode n° 1 : Format parser
Beej's guide to C programming: Hello, World!
Introduction to threads, mutex_locks and race conditions in C, ELI5
Intro to pointers in C
recursion++ : factorial & power , iterative vs recursive
What is a deadlock? C code ELI5
Simple code optimization techniques with examples in C
Learn to code for free (without getting lucky)
ft_atoi_base
Let's build a mini printf function
Multiply and divide with the shift operators
The C programming language exercises, easish ones
The c programming language k&c exercises: 2-1 Determine the ranges of data types
0.1 Mastering the Fundamentals: An Introduction to the C Programming Language