7 lines
239 B
Markdown
7 lines
239 B
Markdown
|
## Le frasi di Weiss sul c++
|
||
|
|
||
|
|
||
|
|
||
|
> Thus, when a class contains pointers as data
|
||
|
members, and deep semantics are important, we typically must implement the destructor,
|
||
|
operator=, and copy constructor (in other words, the Big-Three) ourselves
|