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

Posts by Marco Lieblang

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 Is there a String Class in C?

Is there a String Class in C?

Sooner or later, every developer needs a String of some sort. Reading and writing text is essential for almost any software. Most languages offer a String type for this task, but how about...

Continue Reading
link to Comparison: C vs. C++ for Game Development

Comparison: C vs. C++ for Game Development

Many people choose C++ almost immediately when they start developing games, and often with good reason. But wouldn't good, old, plain C do the trick for this job? Taken as a whole, both C and C++...

Continue Reading
link to How To Use PlaySound in C?

How To Use PlaySound in C?

Are you looking to play a Sound in C just by using the PlaySound function Windows provides? Here I'll show you how to use it properly. Using the PlaySound(...) function in Windows from the...

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 Program a Windows API GUI in Modern C?

How To Program a Windows API GUI in Modern C?

Writing a Windows GUI Application with Windows API was avoided by many programmers due to its complexity, but is it really something to be afraid of? In the WinAPI you essentially need the...

Continue Reading
Page 1 Page 2 Page 3 … Page 7 NEXT »

About the Author

Professional Programmer since 2003, passionate Programmer since the mid 90's. Developing in many languages from C/C++ to Java, C#, Python and some more. And I also may know a bit about Assembly Languages and Retro Systems.

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