1

Possible Duplicate:
difference between far pointer and near pointer in C
What is near, far and huge pointers?
Near and Far pointers

I am not very much clear with these pointers. plz explain me the meaning of following types of declaration

int near* far* huge* i;
int far* huge* huge i;

etc etc

Community
  • 1
  • 1
Syed
  • 31
  • 5
  • 8
    It means the code you're looking at is almost certainly horribly out of date, to the point that you'll probably have to do a lot of work to get it to work with a reasonably modern compiler (in fact, a total rewrite from the ground up may well be easier than trying to figure out what the code does, or how). – Jerry Coffin Jun 03 '12 at 06:16

0 Answers0