
|
Midterm, and intro to pointersToday you had your midterm for the class. After that, we had
a short lecture on the introduction to pointers.
Basically, remember that pointers are like arrows/cursors,
where they point to another variable. An analogy to think about
is hyperlinks on web pages. When you click on a link on a web
page, it brings you elsewhere -- because the link contains an
address -- and whatever it points to is where it will bring you.
Pointers are the same thing. A pointer stores an address
in memory. This address is where another variable is located
in memory.
Definition of a pointer from your text: a pointer is a data
item whose value is the address in memory of some other value.
Why use pointers
These can be found on the first page of the pointers chapter in your textbook, p.454. Each of these will be discussed in the lecture.
Your homework is to read chapter 13 on pointers.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||