Project

General

Profile

Talk #578

Smart Pointers in C++

Added by Kretz, Matthias about 10 years ago. Updated over 9 years ago.

Status:
Presented
Priority:
Normal
Start date:
2014-04-30
Due date:
2014-09-24
% Done:

100%

Estimated time:
Talk Author(s):
Jonas Glesaaen
Presenter:
Jonas Glesaaen

Description

Avoiding memory leaks and writing exception safe programs is important if one wants to save oneself from hours of debugging. Albeit writing "good programs" with "dumb pointers" is possible, 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.


Files

smart_pointers_w_notes.pdf (314 KB) smart_pointers_w_notes.pdf Presentation with notes Glesaaen, Jonas, 2014-09-24 15:59
smart_pointers.pdf (292 KB) smart_pointers.pdf Glesaaen, Jonas, 2014-09-24 15:59

Also available in: Atom PDF