Re: Multi precision floating point



Flash Gordon wrote:
jacob navia wrote, On 30/11/07 21:32:
Keith Thompson wrote:
jacob navia <jacob@xxxxxxxxxx> writes:

<snip>

3) Using operator overloading, I integrated this library
like a basic type into the language.

Where the phrase "the language" refers to something other than C.

No. All this extensions are compatible with the C standard as
I have explained thousand times in this newsgroup.

Note that the C standard does NOT forbid extensions

Well, your compiler does not conform to the C standard *without* the
-ansic flag (for example declaring atof in math.h), so does it support
operator overloading *with* the -ansic flag? If not then it compiles C
when the -ansic flag is specified and something other than C that
supports operator overloading with it.

Just like gcc?

--
Ian Collins.
.



Relevant Pages

  • Re: Criticisms?
    ... discuss some language that does, find a newsgroup for that language. ... extensions to C unless you want to talk about standardising them, ... No compiler AFAIK is normally used in PURE Standard C mode ... people who like the C philosophy. ...
    (comp.lang.c)
  • Re: Porting C software
    ... extensions are needed. ... to make them into the standard. ... every compiler extension that was used and found useful made it into ... add anything fundamental to the language. ...
    (comp.lang.c)
  • Re: Porting C software
    ... extensions are needed. ... to make them into the standard. ... every compiler extension that was used and found useful made it into ... add anything fundamental to the language. ...
    (comp.lang.c)
  • Re: overloaded functions in C
    ... Extensions are not forbidden, ... The standard sets a minimum language, ... I understand C not as a freezed language that shuns any ... Overloaded functions allow more flexibility in the implementation ...
    (comp.lang.c)
  • Re: Is ISO Pascal compatible with J&W (original) Pascal ?
    ... > The Programming Language Pascal. ... > Pascal and the ISO standard is in the matter of extensions. ... and all other Wirth documents not only ...
    (comp.lang.pascal.misc)