// A test program for stack.C, After Page 140 of Ira Pohl's C++ for Pascal // Programmers book. // Compare with test_stack.C #include #include "stack2.C" main() { stack s; stack s2; static char str[40]= { "Able was I ere I saw Elba" }; int i=0; cout <