CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Evaluation of Pointers
Dangling pointers and dangling objects are problems, as is heap management
Pointers are like goto's--they widen the range of cells that can be accessed by a variable, but also complicate reasoning and open up new problems
Pointers services are necessary--so we can't design a language without them