CSE 490c/303 Autumn 2003
Sample C/C++ Programs from 11/13
The files on the left, while technically C++ programs, are (more or less) the
original implementation of SmartStrings in C.
The files on the right are C++ implementations. As I converted to C++, I also
changed the specs somewhat, so you'll see a somewhat different interface in
C++ than in C. The correspondence should be clear, though.