CIntegerStack

Status: Stable
Released: 2008-11-02
License: MIT License

This is a simple FIFO integer stack that has been wrapped in a C++ class. You can easily Push and Pop items from the stack in a "First in First out" manner.