Object Oriented C (oo tools for C) kit is for those who want to program in an object oriented manner, but stick on the good old C as well. It implements classes, single class inheritance, multiple inheritance by interfaces and mixins, and exception handling. Ideal for students getting to know OO programming or for systems that lack a C++ compiler.
This is a collection of C macros and a small C library.
Do not mix with the "ooc programming language" which is a different project at http://ooc-lang.org !
Features
- ANSI-C
- Only C macros
- Class / Object model
- Single class inheritance
- Multiple inheritance by Interfaces, Mixins
- Exception handling / managed pointers
- Virtual functions
- Unit testing support
Categories
Object OrientedLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Object Oriented C (oo tools for C)
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
This is one very good effort, and a big help for people willing to build cross-device applications without hassle of using old fashioned C but remain old-fashioned :).