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
#1

Updated by Kretz, Matthias almost 10 years ago

  • Due date set to 2014-09-24
  • Assignee set to Glesaaen, Jonas

let me know if you want to talk about the contents!

#2

Updated by Kretz, Matthias over 9 years ago

  • Subject changed from smart pointers to Smart Pointers in C++
  • Description updated (diff)
#3

Updated by Glesaaen, Jonas over 9 years ago

#4

Updated by Kretz, Matthias over 9 years ago

  • Status changed from New to Presented

Also available in: Atom PDF