I always recommend it as an intro to c programming. It really gives you a good sense of how things work underneath all the c and its info on gdb is priceless for a beginner.
I usually like microcontroller tutorials for learning C, as pointers are a bit more real, and there’s not really any dynamic memory to confuse people about.
But yeah, I could see it as a good resource to learn
I always recommend it as an intro to c programming. It really gives you a good sense of how things work underneath all the c and its info on gdb is priceless for a beginner.
I usually like microcontroller tutorials for learning C, as pointers are a bit more real, and there’s not really any dynamic memory to confuse people about.
But yeah, I could see it as a good resource to learn