Chapter 12
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: |
|
Get C++ Primer Plus, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.