Skip to content
nucularmoo edited this page Feb 26, 2018 · 19 revisions

Parent-Child relationship

Back to Week 1

Objective: Qt memory management

  • What is the object tree?
  • How construct/destruct object trees?
  • What happens when you create objects?
  • What happens when you delete objects?
  • What is the difference between creating objects on stack and on heap?
  • What is "the dangling pointer problem"?
  • Does the object tree solve "the dangling pointer problem"?
  • What happens to my pointers when I delete objects?
Clone this wiki locally