Object Oriented C Library
OOC is an acroynm for “Object oriented C”.
This is a project of mine that provides a library to create and use (possibly templated) data structures in an object oriented way that does not exist in the current C standard library.
Data structures currently implemented are:
- String
- Templated Vector
- Templated Set
- Templated Map
Here is the github link
Object Oriented C Series:
Enjoy Reading This Article?
Here are some more articles you might like to read next: