-
Notifications
You must be signed in to change notification settings - Fork 0
1.04
nucularmoo edited this page Feb 26, 2018
·
19 revisions
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?