Skip to main content



      Home
Home » Newcomers » Newcomers » Problem with first Project(info: Nothing to build)
Problem with first Project [message #1316422] Sat, 26 April 2014 09:58 Go to next message
Eclipse UserFriend
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 10:28 Go to previous message
Eclipse UserFriend
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: Tue Jun 17 04:34:19 EDT 2025

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

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

Back to the top