UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
7. Arrays and Pointers
February 18, 1999
[Previous Lecture]
[Next Lecture]
- More about destructors
- What is an array?
- What is an address?
- What is a pointer?
- Indirection
- Pointer Aritmetic
- Pointer + integer
- Pointer - integer
- Pointer - Pointer
- Relationship between Pointers and Arrays
- Equivalence of a[i] and *(a + i)
[Previous Lecture]
[Next Lecture]