Previous Lecture | Lecture 12 | Next Lecture |
Lecture 12, Wed 11/07
C++ Memory Model: Heap vs. Stack
Topics
Topics
- Dynamic memory allocation: new and delete
- Stack vs. heap
- Intro to linked lists (define the types we will be working with in the upcoming classes LinkedList, Node)
- Create a small linked list