November 2001
Beginner
1128 pages
29h 12m
English
| 1: | Suppose a String class has the following private members:
class String
{
private:
char * str; // points to string allocated by new
int len; // holds length of string
//...
} ;
|
| A1: |
|
Read now
Unlock full access