Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Objectively Documentation

Objectively provides object oriented programming constructs for GNU C, and implements a small but useful core library resembling Apple's Foundation framework. It's primary goals are as follows:

  • Bring rich object oriented programming semantics to GNU C / C99
  • Provide convenient solutions to challenges commonly faced in modern application development
  • Embrace popular modern compilers (GCC and Clang), utilizing extensions thoughtfully

Key Features

API

Browse the Class hierarchy to grok the API.

Examples

Examples of implementing types, invoking methods, etc.. are covered in the project's README.