Index of /~TDDD38/lecture/src/String

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2014-08-22 15:17 1.1K 
[   ]Makefile.solaris2014-08-22 15:16 1.2K 
[TXT]README2014-02-26 09:37 587  
[TXT]String.cc2014-08-22 15:19 6.8K 
[TXT]String.h2014-08-22 15:19 4.4K 
[   ]String.tar.gz2014-08-22 15:22 4.3K 
[TXT]string-conversion-test.cc2014-08-22 15:20 644  
[TXT]string-iterator-test.cc2014-08-22 15:20 1.0K 
[TXT]string-test.cc2014-08-22 15:20 3.2K 

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