Next:
What is a pointer?
Up:
Physics 2101 - Scientific
Previous:
Makefiles
Contents
Index
Pointers
In this section we will discuss the concepts of
pointers
in C (analagous to Perl's
references
).
Subsections
What is a pointer?
Pointers and subroutines
Arrays
Allocation
Subroutine return types
Function pointers
Void pointers