Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Unresolved inclusion <iostream> (eclipse + MinGW)(Can't compile the "hello world" program)
Unresolved inclusion <iostream> (eclipse + MinGW) [message #778214] Wed, 11 January 2012 18:07 Go to next message
framontb framontb is currently offline framontb framontbFriend
Messages: 5
Registered: January 2012
Junior Member
Hello all,

I'm trying to compile the "hello world" program with Eclipse Indigo for C++. I have installed the MinGW compiler and added "c:\MinGW\bin" to the path.
I can compile the program from the command line with: g++ test.cpp -o test
The test program compile and runs well...

But when I try Eclipse, they say to me that: "Unresolved inclusion <iostream>"

Please, somebody could help me?

Regards: Ramón
Re: Unresolved inclusion &lt;iostream&gt; (eclipse + MinGW) [message #778440 is a reply to message #778214] Wed, 11 January 2012 18:25 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 11-Jan-12 11:07, framontb framontb wrote:
> Hello all,
>
> I'm trying to compile the "hello world" program with Eclipse Indigo for
> C++. I have installed the MinGW compiler and added "c:\MinGW\bin" to the
> path.
> I can compile the program from the command line with: g++ test.cpp -o test
> The test program compile and runs well...
>
> But when I try Eclipse, they say to me that: "Unresolved inclusion
> <iostream>"
>
> Please, somebody could help me?
>
> Regards: Ramón

Read sticky post at top of forum for where C/C++ questions should be asked.
Previous Topic:PHP project file sort order
Next Topic:IP Camera
Goto Forum:
  


Current Time: Tue Apr 16 12:48:35 GMT 2024

Powered by FUDForum. Page generated in 0.41499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top