| far - near pointers whats the real story i was under the notion that far pointer or near for that matter had faded into oblivion with the arrival of FLAT MEMORY windows 9x.
but recently while going through some source code namely winsock.h and winsock2.h i saw it had plenty of far pointers . gethostbyname() for example returns a far pointer to a struct.At the same time msdn tells that far pointers are obsolete. PLEASE comment
Last edited by iwanttolearnc; 06-15-2004 at 04:53 AM.
|