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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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 :).