Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » c/c++
c/c++ [message #894152] Sat, 07 July 2012 00:07 Go to next message
cosmin spinu is currently offline cosmin spinuFriend
Messages: 3
Registered: July 2012
Junior Member
Hi,
I want to start learning C/C++. I have a book named "Jamsa's C/C++ Programmer's Bible".
At the first example from this book I have a error at "#include <stdio.h>". The compiler don't recognize "stdio.h".
Can somebody tell me what is wrong? Thank you
Re: c/c++ [message #894199 is a reply to message #894152] Sat, 07 July 2012 14:06 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/06/2012 06:07 PM, cosmin spinu wrote:
> Hi,
> I want to start learning C/C++. I have a book named "Jamsa's C/C++
> Programmer's Bible". At the first example from this book I have a error
> at "#include <stdio.h>". The compiler don't recognize "stdio.h".
> Can somebody tell me what is wrong? Thank you

You're not accurately reporting the compilation error. The compiler
recognizes this statement perfectly; it probably just can't find stdio.h
because you either haven't told it where to go looking or you don't have
standard C environment installed.

This is the Eclipse newcomers forum. It's nothing to do with learning to
program in any language. You should Google for something like "beginning
C++ help forum".
Previous Topic:Content Assist bug?
Next Topic:Help with Making Eclipse App a Mac App?
Goto Forum:
  


Current Time: Wed Apr 24 17:04:00 GMT 2024

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

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

Back to the top