Beginning C Game Programming: Learn C from scratch by building fun games
In 2020 I wrote an article for the German magazine iX called Scoped enums in C . In that article, I shared an approach of using class...
Some common knowledge: the lifetime of the object starts when its initialization is complete. Based on this we can get some further expectations: an object becomes const only after its initializati…
Let’s discuss a cool open-source C library that helps you write nice and clear C code, but with safety checks *automatically* added under the hood.