Are there any books that teach programming without classes and other bloated stuff? Maybe books aren't even needed and practice is all you need?
Are there any books that teach programming without classes and other bloated stuff? Maybe books aren't even needed and practice is all you need?
It is called C. You just write C code. And if you really need - compile it with C++ compiler to use some features of C++ you find useful, for example, maybe function overloading.
Are you watching the Handmade Hero series? That is where you can learn what you want. If you are having trouble learning from video, Casey is working on a written version starcodegalaxy.com.
I haven't seen any books that teach C the Casey way:
The series and this forum are a gold mine. Go to the beginning and start reading.
I can post some external links that helped me, but I would have to go hunting for them, so I'll only get them if you really want them.
Speaking for myself, I like using ANSI C because it compiles faster than C++. However, I assume it is missing some features that Casey needs.