Posts in tag

CodeProject


Overview This document describes a method by which features of Object-Oriented Programming (OOP) can be used in straight C, including Standard/ANSI C, and some variants of pre-ANSI C. The following compilers have been tested: Visual Studio 6.x + GCC LCC Turbo C 2.0 OOP constructs are implanted via C macros so that source code …