| | I am trying to solve some strange problems - the problems are the sort where you have 2 different sets of code that do the exact same thing differently - but one solution works and the other produces strange results (very strange since the debugger shows they both do the same thing). Some problems of this nature remain and I think it has something to do with the compiler. I'm using gcc 3.3.4 right now, am working on installing 4.0.0 but I doubt it will help seeing how the only changes appear to be to C++ and java, not C. Is there a free compiler out there that better conforms to the standard? Particularly one that is known to work well with "complex" data? (i.e. _Complex double varName, complex.h - that sort of complex)? |

