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

Category: Unit Testing

link to Getting Started in CppUTest with C

Getting Started in CppUTest with C

If you are looking for a decent Unit Testing Framework that you can use with C, even in an Embedded Environment, then CppuTest is a good choice. This article explains what CppUTest is and how to...

Continue Reading
link to How To Test Code in C?

How To Test Code in C?

When you develop software, sooner or later you will inevitably come up against the question of how to test it properly at all. What are the options and what should you watch out for? Sourcecode in...

Continue Reading
link to How To Organize Unit Tests in C? (Files, Fixtures & AAA)

How To Organize Unit Tests in C? (Files, Fixtures & AAA)

Writing unit tests can be hard work. What can help you is the right organization and a structured approach. But what is the best way to organize Unit Tests and what exactly is the AAA...

Continue Reading
link to What is the Best Unit Test Method Naming Convention in C?

What is the Best Unit Test Method Naming Convention in C?

Naming Unit Tests is hard but also very important to get it right. Other programmers and yourself in the future should understand what the test is about only by reading its name. So what is the best...

Continue Reading
link to Modern Unit Testing and Embedded C (Is it possible?)

Modern Unit Testing and Embedded C (Is it possible?)

Are you programming in an Embedded C environment and wonder if Unit Testing is even possible? There is a lot of skepticism about it, so let us shine some light on this topic. Unit Testing in...

Continue Reading
link to How To Perform the Bowling Game Kata in C?

How To Perform the Bowling Game Kata in C?

Programming Katas are good to prone your skills. A famous Kata is the Bowling Game Kata, often shown as example in Java. But can you do this Kata also in C? In total is the Bowling Game Kata in...

Continue Reading
Page 1 Page 2 NEXT »

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