Blog

Uncategorized
Static Analysis for C and C++
Summary: This post will teach you what static analysis is in C and C++ languages and why it is important. You will learn how to
November 15, 2022
No Comments

Development Tools
Code Documentation using Doxygen – Why, How and Automating the Process
Summary How and why to document your code using the free tool Doxygen, make your documentation available online and how to automate the process. “Comments
November 14, 2022
No Comments

Development Tools
How Doxygen Helps You Write Better Code in C/C++?
Summary: In this post, you will get an insight into how Doxygen helps create exceptional documentation and how it enables you to write C/C++ code
November 8, 2022
No Comments

Unit Tests
Unit Testing Tips for Using the Tool C++Test by Parasoft with Embedded C Language Code
In this post, I will share with you my experience in writing unit tests for C language code using the tool C++Test by Parasoft. These
November 3, 2022
No Comments