Re: normalization of pointers...



Shraddha wrote:

On May 30, 6:29 pm, Chris Dollin <chris.dol...@xxxxxx> wrote:
Shraddha wrote:
What is mean by normalization of pointers...Where we use that?

We don't. There's no such concept in Standard C.

Tell us more about your problem.

(and remember to snip signatures in the future)

I read about it in the explanation of the far pointers...
there they say that -"The only difference between huge pointers and
far pointers is that...huge pointers are normalized..."

So I am asking what is far pointers?

They are not a feature of Standard C; they are a non-standard
(and, as I understand it, largely obsolete) feature of certain
implementations.

I'd advise learning C from a source that isn't so implementation-
specific. (My preference is for K&R 2; others differ.)

--
"Who are you? What do you want?" /Babylon 5/

Hewlett-Packard Limited registered no:
registered office: Cain Road, Bracknell, Berks RG12 1HN 690597 England

.



Relevant Pages

  • Re: "<>", a relational operator?
    ... And in Standard C there are significant restrictions ... OTOH in BCPL and B pointers were ... has no whole array operations; if you want something done to all (or ... the Standard isn't vague at all -- this is specifically ...
    (comp.lang.fortran)
  • Re: Requesting advice how to clean up C code for validating string represents integer
    ... The standard form is like this, ... 1108 The sizeof operator ... ... being able to compare unrelated pointers, ... So long as the pointers are of the same type, ...
    (comp.lang.c)
  • Re: bug in visual studio .net 2003 - breakpoints and memcpy
    ... Posix is a standard too with no less (some would say ... > platforms that support the conversion. ... Conversion between code pointers to integers does not exist for the sole ...
    (microsoft.public.win32.programmer.kernel)
  • Re: How to convert a vector type into string?
    ... "A superset of the tests available with other libraries, this feature helps you detect invalid iterator operations in the Standard Template Library, as well as null pointers and invalid ordering rules for sorting ... It seems only natural to me that a function might check its preconditions, or might not, or might crash, if you pass the wrong arguments. ...
    (microsoft.public.vc.language)
  • Re: "Mastering C Pointers"....
    ... I'm not talking about your pointer response, which was generally good, as I ... Together they will help you understand pointers. ... >> Maybe for understanding the C standard. ... > principles laid out in the Standard is vital. ...
    (comp.lang.c)