15 of 15 people found the following review helpful:
5.0 out of 5 stars
The C Book for the newbie, March 31, 2005
This review is from: C For Dummies, 2nd Edition (Paperback)
You want to learn C? or even thinking of it? Buy this book. Maybe you have heard or suggested of other books and authors but Dan Gookins gentle hand holding way of teaching is unbeatable and his humorous approach is unputdownable.Even a person with no previous knowledge of programming can learn the language surprisingly fast and quick. Buy this book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
12 of 12 people found the following review helpful:
5.0 out of 5 stars
this should be your first beginners programming book, September 22, 2005
This review is from: C For Dummies, 2nd Edition (Paperback)
A common mistake for people teaching themselves C++ programming is to start out with "C++ for Dummies" or "Teach Yourself C++ in 21 days". Those books will leave you confused and fustrated. This is the book you should start out with, dont get into OOP till you have a handle on structured programming syntax. This book will guide you through all of the confusing concepts painlessly and only teach you what you need to know to get past the initial confusion of writing code. I should warn you though that this book does not cover many of the advanced concepts of C like pointers and linked lists and that you are better off buying "C All-In-One Desk Reference for Dummies" by the same author which will give you more complete coverage of the C language than this book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
18 of 20 people found the following review helpful:
3.0 out of 5 stars
Good starting point, but then..., January 7, 2009
This review is from: C For Dummies, 2nd Edition (Paperback)
I'm not a programmer or "coder", but I do know the basic ideas behind programming. That aside, my attention tends to wander when learning new things, and sometimes a little light entertainment can go a long way. When I wanted to learn to use the C programming language and thought I'd give the "Dummies" offering a try.
Here's the things that it covers well:
Where to get a decent (and free) C compiler.
The program's basic structure and syntax.
Putting text on a standard text screen. (Think DOS or CLI)
Getting input from the keyboard.
Introducing you to the basic variable types.
Doing some basic math with numeric variables.
Doing program branching with numeric variables.
Doing program branching with single character variables.
Looping.
Now for the bad news...
Do not expect to be able to learn any of the following:
Read or write to the file system.
Concatenate or otherwise manipulate string variables.
Perform program branching using string variables.
Gain a proficient understanding to write anything that is actually useful.
Access any other system hardware or software such as the mouse, the internet, graphics, other running programs, etc...
There was one aspect I felt was very annoying. About halfway through the book, the author starts to plug his other book, "C All-in-One Desk Reference For Dummies" for information that he isn't going to cover in this book, and it gets more and more intrusive as the humor winds down, and the book drones on. Of course if you're willing to be seen reading a book marketed towards "dummies" you can probably expect to be played as one too.
All in all, I do feel this book has merit and makes for a good starting point. It has immensely helped me to understand the C programming language, and I can comprehend the basic ideas. It was worth the time and money even though I was expecting to achieve more practical results before I started.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No