Introduction to C Unit Testing with the Unity FrameworkUnit testing in C is not very common for various reasons, including limited tooling and frameworks, time constraints, or the nature of…May 26, 2023May 26, 2023
C Code Formatting: Your Path to Cleaner, More Professional CodeHalf of the coding journey is formatting and debugging, said a not so wise man. Joke aside, code formatting is one of the most important…May 21, 20231May 21, 20231
Implementing Callback Functions Using Function Pointers in CC, like many other programming languages, provides support for callback functions that are implemented using function pointers. In this…May 7, 20231May 7, 20231
My top 4 C programming referencesI have always been fascinated with the C programming language. That is because C was the first language I used seriously for programming. I…Dec 20, 2022Dec 20, 2022