Skip to main content



      Home
Home » Newcomers » Newcomers » c/c++
c/c++ [message #894152] Fri, 06 July 2012 20:07 Go to next message
Eclipse UserFriend
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 10:06 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 17:42:04 EDT 2025

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

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

Back to the top