Implemented Container with the following new functions:
commit234b5ddce80f1e547afbd0f96e62c5056023bfb6
authorkkaos <kkaos>
Wed, 23 May 2007 02:37:33 +0000 (23 02:37 +0000)
committerkkaos <kkaos>
Wed, 23 May 2007 02:37:33 +0000 (23 02:37 +0000)
tree77bb7cb77c674982bf8bfffb236335ac3806a25a
parent550e2a78bbc3ce238d2a8ffc051c1d91b076f257
Implemented Container with the following new functions:
int getItemCount()
Item* getItem(string)
string peekNext()
string peekPrevious()

and new private data member: vector<Item*> iterator cursor.

Also added to Item a new private data member: string name.

Still testing...
Container.cpp
Container.h
Item.cpp [new file with mode: 0644]
Item.h [copied from Container.h with 70% similarity]