Talk:Stack

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

I made edits to this article because I felt that it was necessary to point out the difference between the interface of a stack vs. the ways to implement it. There are more than one way to implement a stack. As long as 'Push' and 'Pop' still work as described it is considered a stack.