Question:

Issue with C++ Compiler?

by  |  earlier

0 LIKES UnLike

Recently I downloaded Eclipse Ganymede and wrote a program in C++ in it. All of the syntax is right, but for some reason it says that the top line (below) is wrong.

#include <iostream>

I'm sure it is right, but Eclipse says it's wrong. I have a second problem where it can't find binaries. Help Please?

 Tags:

   Report

1 ANSWERS


  1. Maybe you didn&#039;t install the C++ libraries correctly or Eclipse is not pointed to them properly. Also try using the line:

    #include &lt;iostream.h&gt;

    instead.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.