-
- Downloads
Update smart pointer exercise.
- Demonstrate that smart pointers have clear advantages for resource management when e.g. exceptions occur. - Refine some comments. - Rewrite problem 4. It was almost identical to the inheritance problem. Now focus more on smart ptrs as class members and introduce weak ptr.
parent
02838396
No related branches found
No related tags found
Showing
- code/smartPointers/CMakeLists.txt 2 additions, 3 deletionscode/smartPointers/CMakeLists.txt
- code/smartPointers/Makefile 2 additions, 2 deletionscode/smartPointers/Makefile
- code/smartPointers/smartPointers.cpp 124 additions, 46 deletionscode/smartPointers/smartPointers.cpp
- code/smartPointers/solution/smartPointers.sol.cpp 119 additions, 46 deletionscode/smartPointers/solution/smartPointers.sol.cpp
Please register or sign in to comment