Posts tagged with: ‘inheritance’
Two weeks ago I started a series of introductory posts on Archivist, a library for simple serialization in C++. I wrote Archivist for my game, Swivel, which is now in the App Store.
Today I’d like to show you how to deal with basic inheritance with Archivist. We’ll get into polymorphism in a future post.
Let’s extend our first example with some inheritance. Let&r