#include #include using namespace hgl; using namespace std; void TestStack() { Stack tab; int i; for(i=0;i<10;i++) { cout<<"push "< tab; int i; for(i=0;i<10;i++) { tab.Push(new StackTestObject(i)); } cout<<"Stack Count: "<