could please you help me with c?

Hi guys, how are you?So I just started learning C. I was always interested in web development, but man, I love C. I am currently looking at Stephen Kochan's book because I find it a lot better than K&...
0 Read More

Create dropdown menu (tui) in c

Create dropdown menu (tui) in c
In this article, I’ll show how to create a simple dropdown menu using C, with the ability to navigate through options using the arrow keys and select one using the Enter key. Here’s how it would l...
0 Read More

The 90% Makefile

Contents: Introduction Project Setup Makefile Conclusion Introduction I've been doing a lot of side projects in the C language lately. Which has lead me to write Makefiles for all the scenari...
0 Read More