#learning
Read more stories on Hashnode
Articles with this tag
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....
This tutorial might be hard to understand, don't hesitate to review any part one more time. Pointers scare a lot of programmers so I'm trying to make...
There are some instructions to control your code, you can manage things thanks to the conditions and the loops. Conditions In this article we saw the...