C compilation works fine. But the compiler cannot locate the iostream header file.
Just setting it up on Windows 7, using 64bit GCC. Configuration is tough...Code:||warning: command line option '-Weffc++' is valid for C++/ObjC++ but not for C [enabled by default]| C:\Users\Nuun\Documents\testcode.c|1|fatal error: iostream: No such file or directory| ||=== Build finished: 1 errors, 1 warnings (0 minutes, 0 seconds) ===|