Previous Lecture | Lecture 7 | Next Lecture |
Lecture 7, Mon 04/20
File I/O, Arrays
Lecture Video
- Part 1: https://youtu.be/ZsRja1_Lpg8
- Part 2: https://youtu.be/mWncdbGYxDs
Topics
Memory
C++ arrays
- C/C++ arrays are like lists in Python and Arrays in Java. We will discuss the differences between these.
- Declaring and initializing arrays in C++
- Tracing code involving arrays
- Array pitfalls: out of bound array access