Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python

C++


JAVA
PHP
SQL
Alice

Stack-Array


Description
Stack-Array is an array implementation of a stack. It also includes a simple program that supposedly checks if a c++ program is properly parenthesized, but it doesn't at this point work if you use things like {,(,[ inside of a string.

The example is useful in seeing how to implement a destructor, copy constructor, and assign operator when a "deep" copy is needed.