[Mingw-w64-public] strtod and 'nan' and 'inf' strings
Hi, The demo: ## #include #include int main(void) { double x; char * ptr; x = strtod("nan", &ptr); printf("%f\n", x); x = strtod("INf", &ptr); printf("%f\n", x); return 0; } ## With the mingw.org compilers
Re: [Mingw-w64-public] Fwd: Re: Code::Blocks compilation issue!
Chris Sutcliffe writes: > > Hi Biplab, > > On 26 October 2010 12:23, Biplab Kumar Modak wrote: > > I've tried Ruben's build. Code::Blocks compiles and starts up without any issue. > > I'll try with your 4.5 build again and will post feedback. > > The instructions I posted to compile wxWidgets