ShmuelFine / COOP

The C Object Oriented Programming Library
MIT License
32 stars 4 forks source link

Get to know OOC #2

Closed ShmuelFine closed 4 years ago

ShmuelFine commented 5 years ago

The OOC library is trying to do something similar to what we want. Your task is to:

  1. Read its documentation
  2. Download the code and try to build it on Windows (don't get stuck if it doesn't work)
  3. Understand how it implements constructors and destructors
  4. Understand how it implements inheritance