Skip to content
Modern C Poogramming
Search
  • Object Orientation
  • Unit Testing
  • Game Programming
  • Functional Programming

Category: Unit Testing

link to How To Write a Hello World in Google Test with Pure C?

How To Write a Hello World in Google Test with Pure C?

The Hello World program is the best way to test a new language or concept. How can you apply this concept to a Unit Testing Framework, specifically to Google Test? In total you have to Setup...

Continue Reading
link to What is the Best Unit Testing Framework in C for You?

What is the Best Unit Testing Framework in C for You?

You want to start Unit Testing in C and you want to use an existing Framework for this task. But how can you know which of all these Frameworks is the one that fits your need the best? There are...

Continue Reading
link to Is Unit Testing in C with Google Test possible?

Is Unit Testing in C with Google Test possible?

When you program and unit test in C++ you may have used the Google Test framework. There are several unit testing frameworks for pure C, but is it also possible to use Google Test? Unit Testing in...

Continue Reading
link to What Unit Test Coverage Do I Need (Especially in C)?

What Unit Test Coverage Do I Need (Especially in C)?

When I started Unit Testing, I was like most people at the beginning - I wanted to have full code coverage and test every line that I wrote in production code. But is this desirable, let alone...

Continue Reading
link to Can You Unit Test in C and Why Should You Care?

Can You Unit Test in C and Why Should You Care?

Testing your code is an essential task for every software developer. Especially as a professional programmer you have to make sure that the software works as intended and is as bug free as possible....

Continue Reading
« PREV Page 1 Page 2

About Us

Modern C Programming is about bringing modern programming concepts like Object Orientation, Unit Testing and Functional Programming to the good old C Language. It also goes into the different parts of Game Programming and Game Engine Programming in C.

LEGAL INFORMATION

Please see our Privacy Policy for all legal information: Privacy Policy

  • Privacy Policy
  • Contact
  • About Modern C Programming
  • About Marco Lieblang
  • Sitemap
© 2025 Copyright Modern C Programming