Afficher un message
Vieux 03/02/2008, 23h18   #3
Keith Thompson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [OT] C90 IDE+compiler for Windows / educational purposes

Ioannis Vranos <ivranos@nospam.no.spamfreemail.gr> writes:
> Do you know of any decent free simple C90 IDE+compiler for Windows for
> use in a classroom? I know Dev-C++/MINGW but "long double" doesn't
> work correctly there.
>
> Any ideas would be welcome.


As I recall from discussions here, the problem is an inconsistency
between the compiler and the runtime library regarding the
representation of long double. Either choice would be valid by
itself, but the inconsistency is a bug.

How much of a problem is that really? What if you just avoid the use
of long double in the class?

--
Keith Thompson (The_Other_Keith) <kst-u@mib.org>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
  Réponse avec citation
 
Page generated in 0,04449 seconds with 9 queries