Posts

Showing posts from December 31, 2017

Linked List Troubles

Linked Lists can be quite annoying and troublesome. I'm working on an animation routine using Linked Lists to hold each frame image. I'm working with the SDL library, and C++ isn't making it much easier.