Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem with first Project(info: Nothing to build)
Problem with first Project [message #1316422] Sat, 26 April 2014 13:58 Go to next message
Ari Armando is currently offline Ari ArmandoFriend
Messages: 1
Registered: April 2014
Junior Member
Hi, I've just started to learn and tried with an easy Hello World Project.

I tried finding the solution to this everywhere, but it appears either no one knows what to do or no one cares Sad

Just doing the standard thing

#include <iostream>
using namespace std;

int main() {
cout << "!!!Hello World!!!";
return 0;
}


everything seems to work out great. My only problem is I dont see the "!!!Hello World!!!" at the bottom. when i debug it and click on the "resume" button at the top , it shows the "!!!Hello World!!!" in the console, but if i go back and run it again, the same thing happens, no "!!!Hello World!!!" to see.

if anyone could tell me whats the problem or what to do. Its very appreciated

Thanks
Re: Problem with first Project [message #1318221 is a reply to message #1316422] Sun, 27 April 2014 14:28 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 04/26/2014 11:33 AM, Ari Armando wrote:
> Hi, I've just started to learn and tried with an easy Hello World Project.
>
> I tried finding the solution to this everywhere, but it appears either
> no one knows what to do or no one cares :(
>
> Just doing the standard thing
> #include <iostream>
> using namespace std;
>
> int main() {
> cout << "!!!Hello World!!!";
> return 0;
> }
>
>
> everything seems to work out great. My only problem is I dont see the
> "!!!Hello World!!!" at the bottom. when i debug it and click on the
> "resume" button at the top , it shows the "!!!Hello World!!!" in the
> console, but if i go back and run it again, the same thing happens, no
> "!!!Hello World!!!" to see.
>
> if anyone could tell me whats the problem or what to do. Its very
> appreciated
>
> Thanks
Ask your question on the Eclipse CDT forum.
Previous Topic: how to change theme or back ground?
Next Topic:hudson build wiht parameters
Goto Forum:
  


Current Time: Thu Apr 25 07:50:08 GMT 2024

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

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

Back to the top