-
Notifications
You must be signed in to change notification settings - Fork 0
1.04
nucularmoo edited this page Mar 5, 2018
·
19 revisions
Explanation of the contents of a topic page @ Week 1 Topic 1
Objective: Qt memory management with object trees
Comment: Looks good already, no further comments at this point.
- What is a pointer?
- What is a null pointer?
- What is "on stack"?
- What is "on heap"?
- 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?