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:

Introduction




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Uniqueness
  • Paul Graham - When To Do What You Love
  • Review - Managing Memory Tiers with CXL in Virtualized Environments
  • Paul Graham - The Right Kind of Stubborn
  • Working on hard problems