// ============================================================================ // Name: Bracket-matching example of stack usage File: stack.cpp // ============================================================================ #include "stack.hpp" //----------------------------------------------------------------------- void Stack:: print( ostream& out ) { T* p=s; // Scanner & end pointer for data T* pend = s+top; out << "The stack " <