C / C++ FAQs & Programming Resources - ProkutFAQ : FarHugeAndNear

HomePage Recent Changes Recently Commented Login/Register

Revision [860]

Most recent edit made on 2009-08-15 10:58:22 by PasroLeltc (unregistered user)

Deletions:
* [http://vitrocb.com/varnobocvarv.html ortavirota]
http://eltsitli.com/ricdro.html[ortavirota] [[http://eltsitli.com/ricdro.html][ortavirota]]
* http://acelace.com/acdron.html ortavirota
* ortavirota
* http://cnaace.com/elttrac.html|ortavirota
* | ortavirota
* [http://zelc4tord.com/zeltabocca.html|ortavirota]
* [ortavirota|http://colideloloba.com/c4ttac4tre.html]
* ((http://ouc4tba.com/racdomno.html ortavirota))
* [ortavirota](http://ougett.com/rolboctaz.html "ortavirota")
"ortavirota":http://ricacelre.com/alchiroel.html




Revision [859]

Edited on 2009-08-15 10:57:53 by PasroLeltc (unregistered user) [troctrvic]

Additions:
* [http://vitrocb.com/varnobocvarv.html ortavirota]
http://eltsitli.com/ricdro.html[ortavirota] [[http://eltsitli.com/ricdro.html][ortavirota]]
* http://acelace.com/acdron.html ortavirota
* ortavirota
* http://cnaace.com/elttrac.html|ortavirota
* | ortavirota
* [http://zelc4tord.com/zeltabocca.html|ortavirota]
* [ortavirota|http://colideloloba.com/c4ttac4tre.html]
* ((http://ouc4tba.com/racdomno.html ortavirota))
* [ortavirota](http://ougett.com/rolboctaz.html "ortavirota")
"ortavirota":http://ricacelre.com/alchiroel.html




Revision [747]

Edited on 2008-10-21 11:04:22 by SharathAV

No differences.


Revision [745]

Edited on 2008-10-21 11:03:19 by SharathAV

Additions:

CategoryPointers




Revision [631]

Edited on 2007-11-13 10:13:38 by SharathAV

Deletions:
letoricmono
letodarno
ricrelrele




Revision [608]

Edited on 2007-11-12 20:52:56 by AcellEtotr (unregistered user)

Additions:
letoricmono




Revision [600]

Edited on 2007-11-12 07:22:04 by DroneRc4te (unregistered user)

Additions:
letodarno




Revision [548]

Edited on 2007-11-10 03:03:54 by CdronDarli (unregistered user)

Additions:
ricrelrele




Revision [341]

The oldest known version of this page was edited on 2007-04-13 04:48:44 by SharathAV

What are far, huge and near qualified pointers?

far, huge and near are non-standard qualifiers that were only used in 16 bit compilers like Turbo C/C++(DOS versions). A near qualified pointer is 16 bits in size and can access data within the 64kb data segment, while far and huge pointers can access data in other segments as well. A far pointer is 32 bits in size, of which the first 16 bits is for the segment address and the other 16 bits is for offset address. A huge pointer is normalized pointer and so its address can range beyond one segment.

These qualifiers are not available in the new 32 and 64 bit compilers (like VC++ and gcc) because they use flat memory model where memory is not divided into different segments, so these compilers do not have or require such qualifiers.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1132 seconds