Project

General

Profile

Talk #578

Updated by Kretz, Matthias over 9 years ago

Avoiding memory leaks and writing exception safe programs If there is important if one wants to save oneself from hours of debugging. Albeit writing "good programs" with "dumb pointers" is possible, a @delete@ statement in your code it is tedious and error prone. One can remedy most of these issues by using resource managing objects such as smart pointers. 

 In this presentation we will look at the smart pointers introduced in C++11 and discuss use guidelines and pitfalls. broken.

Back