Next
Previous
Contents
You can download all programs as a single tar.gz file from
Download String
and give the following command to unpack
bash$ man tar
bash$ tar ztvf C++Programming-HOWTO.tar.gz
This will list the table of contents
bash$ tar zxvf C++Programming-HOWTO.tar.gz
This will extract the files
- Read the header file first and then see the example cpp program
- String.h
- StringBuffer.h
- StringTokenizer.h
- StringRW.h
- string_multi.h
- example_String.cpp
example_String.cpp
click on 'Source code of C++ howto'.
- File manipulation class, only length() function is implemented..
- File.h
- File.cpp
File.cpp
click on 'Source code of C++ howto'.
- The zap() implemented here ..
- my_malloc.h
- my_malloc.cpp
my_malloc.cpp
click on 'Source code of C++ howto'.
- Implementation of String class...
- Debug facilities ..
- debug.h
- debug.cpp
debug.cpp
click on 'Source code of C++ howto'.
- Makefile.unx
- Sample Java file for testing the functionalities of String class ..
Next
Previous
Contents