Linked List Stack Implementation
//Tests to see if the list is empty
if(pHead->IsStackEmpty())
cout << "It's empty, O Exalted One!"<< endl;
Previous slide
Next slide
Back to first slide
View graphic version