Oceano
I code with you, i’m not a teacher.
My problem is equal to yours, let’s solve it together. Comment for optimizations, corrections & co. This page can become a gold mine for learners. (Attention, there may be 🐞😂)
Let's build a super simple shell in C
Code performance in C: Augment your Linked List
Minitalk : Goku and King Kai having a minitalk using Unix signals and sigaction in C
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
Beej's guide to C programming, chapter 5: Pointers---Cower In Fear!
Beej's guide to C programming, chapter 4: Functions
Руководство Биджа по программированию на языке C, глава 3: Переменные и операторы
How to visualize gprof output as graph using Gprof2Dot
Beej's guide to C programming: Hello, World!
Fetch, decode, execute cycle visualised TL;DR
How C can be unsafe? simple example
Why knowing assembly is so cool?
Instruction Set Architecture ISA
A Simple Cpu architecture view
Assembly in 2024?
Save you debugging pain with this simple trick in C
Let's build a printf! Episode n° 3 : render int + binary extra feature
Let's build a printf! Episode n° 2 : render chars and strings
Let's build a printf! Episode n° 1 : Format parser