|
-
March 11th, 2002, 12:29 PM
#1
far pointers
Could anyone help me out with the concept of far ponters in C++? What are they used for and how do they function?
-
March 21st, 2002, 03:07 AM
#2
Re: far pointers
far pointers take 4 bytes in C++ and they are used to point some memory out of current segment. let the current segment be of 64K then one can allocate memory with in this limits. Far pointers can not exceed limits of a segment.
With king regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|