I have a Fortran90/Fortran2003 project which calls some c++ functions (legacy code). I use Photran 8 in Eclipse Juno. Eclipse underlines standard c++ functions (like std::min, std::cout), but they seem to compile. I have my own makefile which compiles the c++ part using GNU compiler. Is there anyway to modify the toolchain for a project to include a C++ compiler, so that these annoying "errors" go away?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.