Re: pointers
Standard C really has no such thing. It is an addition done in compilers targeting 8086 CPUs. There really is little need to use it today unless you are using dinosaur C compilers like Turbo C/C++.
Near pointers - Pointers to memory within same segment and thus has only offset.
Far pointers - Pointers to memory within another segment and thus contains both segment selector and offset.
__________________
Chandru
http://tuxychandru.blogspot.com
|