50 followers
Here we learn things together, and sometimes I share cool projects
Learn to recode memory allocation functions such as "malloc", "free", "realloc", "memcpy", ... without the standard library · The purpose of this post...
Problem Regardless of your desktop environment (Gnome, KDE, ...), and even if you set your global theme as a dark theme, you may have seen that Chrome...
It's good to know the C language, but it's much better if you also have a great organisation for your project. It permits to easily retrieve your...
Multiple files We have never seen how to have multiple files for one program. Let's learn it ! You may already create a project named "hello_world"...
You may already asked how to create an array with different data types. Like a tuple. This is not possible, but we can create structures of data...
Managing strings in C could be very complicated. There are no classes in the language, so what I'm calling a string is a basic array of characters....