cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Near OR far ?
Near OR far ?
Jul 20, 2010 at 10:45pm UTC
majidkamali1370
(241)
Hello.
What are near, far and huge keywords?
Thanks :-)
Jul 20, 2010 at 10:54pm UTC
jmc
(137)
If you are talking about pointers here you can find some nice answers:
http://wiki.answers.com/Q/What_are_near_far_and_huge_pointers_in_C
Jul 21, 2010 at 1:38pm UTC
moorecm
(1932)
Near, far, and huge? I seem to recall those from Assembly language; I've never heard those terms used regarding C or C++.
Jul 21, 2010 at 2:49pm UTC
Duthomhas
(13200)
It is a holdover from DOS programming days on Intel x86 hardware.
Modern OSes use flat memory models, so you don't need the pointer size keywords anymore -- hence they do not appear in modern C or C++ compilers.
Jul 21, 2010 at 3:35pm UTC
kbw
(9488)
http://www.cplusplus.com/forum/general/12435/
Topic archived. No new replies allowed.