Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Help in eclipsebasic
Help in eclipsebasic [message #1384761] Sat, 31 May 2014 18:04 Go to next message
Marcel W is currently offline Marcel WFriend
Messages: 1
Registered: May 2014
Junior Member
Hey!

If i write a new c program like hello world Razz you have to begin with #inlcude <stdio.h> . But eclipse says to this #inlcude "unresolved inclusion" !
What is there wrong?
Re: Help in eclipsebasic [message #1384764 is a reply to message #1384761] Sat, 31 May 2014 20:10 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05/31/2014 12:06 PM, Marcel W wrote:
> Hey!
> If i write a new c program like hello world :p you have to begin with
> #inlcude <stdio.h> . But eclipse says to this #inlcude "unresolved
> inclusion" !
> What is there wrong?

If you read the sticky posts at the top of the forum, you'd know that
this is a C/C++ question to ask in the Eclipse CDT forum and you
wouldn't wait for a reply.

This said, clearly one of two things is wrong in your code:

1. You are misspelling "#include".

2. You misspelled it only in your post and not in your code, so what's
really wrong is that you don't have the standard C libraries and
includes. To find out how to get those, where to put them, etc., please
ask your question in the Eclipse CDT forum.

Cheers
Previous Topic:help!
Next Topic:Running Scanner in the console
Goto Forum:
  


Current Time: Sat Apr 20 04:26:29 GMT 2024

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

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

Back to the top