Tag Archives: objects

Encapsulation in C

A previous post in my Higher-level C series introduced basic object creation, using structs. Here I’d like to elaborate on how to define and organise code that operates on objects.

Posted in Higher-level C | Tagged , , , , | 6 Comments

Objects in C

As the first topic for Higher-level C, I’ve picked a big one: objects.

Posted in Higher-level C | Tagged , , | 3 Comments