Take Up Code
126: Data Types: Smart Pointers Part 1.
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 0:08:45
- Mais informações
Informações:
Sinopse
The C++ language guarantees that destructors run at specific times even if an exception is thrown. You can use this to make sure that other cleanup work gets done. That is what smart pointers do.