Object-oriented C
When you want to use object-oriented concepts in programming but must program in C, are there ways to get the OOP into the C? Here is collection of selected articles on adapting object-oriented techniques to C.
Archives
-
Soft timers in object-oriented C
When time isn't of the essence, you can use a soft timer. Here's how to create one in... Read More
-
Object-oriented C is simple: Part 2
If you're a C programmer who isn't yet proficient in C++, this doesn't mean you can't use simple... Read More
-
Object-oriented C is simple
Although most C programmers aren't proficient in C++, they can still use simple object-oriented... Read More
-
A six step process for migrating embedded C into a C++ object-oriented framework
Using a standard timer, Dirk Braun describes a six step process to migrate embedded C code into a... Read More
-
Object-Oriented C: Creating Application Classes Part 2
Creating a hierarchical window-based application is a breeze using the OOC fundamentals presented... Read More

