docs/cpp.md
2021-05-14 10:09:14 +02:00

7 lines
No EOL
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