Code example String ------------------- String.h Inclusion file for class String. String.cc Definition file for class String. string-test.cc Test program for class String. Makefile makefile for compiling and linking the test program for class String, and also cleaning up. Note: There are some extra link options for problems related to the IDA Solaris system. The given code is also available in a common gzipped tar archive, String.tar.gz, which can be unzipped and unpacked with the following commands: gunzip String.tar.gz tar xvf String.tar