next up previous contents
Next: Pointer Declaration Up: Pointers and Targets Previous: Pointers and Targets   Contents

Pointers and Targets

Unlike C pointers, F90 pointers are much less flexible and more highly optimized. The space to which a F90 pointer ``points'' is called a target.

Several restrictions

Benefits: provide a more flexible alternative to allocatable arrays, and allow the creation and manipulation of linked lists, etc.



Adrian Sandu 2001-08-26