#include <string>#include <stdio.h>Classes | |
| class | MyString |
Defines | |
| #define | _MYSTRING_H_ |
|
|
Made: William Culhane 29 January 2005 Updated: William Culhane 11 April 2006 The class MyString is a class which may be used like a string of characters thatdoesn't have to be defined with initial limits. Conceptually, it is like a character array with an indefinite amount characters that are added as neededand taken away as they are not. |
1.4.6-NO