Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.