For french magazine Programmez, I have written an article about handling dynamic memory.
It’s all about vector<T> and shared_ptr<T>. All the new code should be written using the style of Modern C++ and the legacy code should remain legacy except on new modifications.
Title in french of the article : C++ 11 et la révolution du « modern C++ ». It is included in the folder « The future of programming languages ».
- image001
- image002