Customer Reviews


120 Reviews
5 star:
 (90)
4 star:
 (17)
3 star:
 (4)
2 star:
 (6)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


134 of 144 people found the following review helpful:
5.0 out of 5 stars The Best Book you can Buy for begginers.
All right my name is Troy and im 14 years old. I start off with saying that this is the best book to buy if have never even programmed before. This book gives you the best start you can get..Dont buy books like "C for dumbies" by googin or whatever his name is. I seriously reccomend this book. It starts of with standard I/o like printf() and scanf() et...
Published on November 26, 1999 by Buena Bugayong

versus
37 of 40 people found the following review helpful:
3.0 out of 5 stars Good, but there are better alternatives
Let me first say that this book is by no means bad. It makes C as simple (I would bold "simple" if I could) as possible, breaks the topics up into bite sized chunks based on topics, warns you about common mistakes, and provides the code for a lengthy blackjack program at the end for your personal dissection and analysis. My main problem with the book is that it does not...
Published on August 19, 2008 by R C


‹ Previous | 1 212| Next ›
Most Helpful First | Newest First

134 of 144 people found the following review helpful:
5.0 out of 5 stars The Best Book you can Buy for begginers., November 26, 1999
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
All right my name is Troy and im 14 years old. I start off with saying that this is the best book to buy if have never even programmed before. This book gives you the best start you can get..Dont buy books like "C for dumbies" by googin or whatever his name is. I seriously reccomend this book. It starts of with standard I/o like printf() and scanf() et cetera...THen goes on to teach you data structers, loops, heap memory, intermediate i/o, and making your own functions. It teaches you how to organize your code and make it more easier to read. The writer puts everything in a CLEAR easy to read way, unlike other books that explain things in a very difficult manner and don't put much depth into it or make jokes to get the point through like your stupid. After this book I reccomend "The C Programming Language" by Kernighan and Ritchie. Buy this book and you won't regret it...Thats a fact. Just don't think that your a master at C after you read it. Practice will make you a better programmer.!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


52 of 54 people found the following review helpful:
5.0 out of 5 stars Buy this book if you don't know where to start, August 10, 2000
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
Just wanted to add my name to the list of highly satisfied purchasers of this book. This is an excellent programming book for beginners, even if you have never programmed before. I originally started out with K&R C, but it was just too dry. Perry's book gives you the basics and the confidence to move on to more advanced books (like K&R C, Pointer on C, etc).

The only downside to the book is that there are no "problems" to work out. (Sure you can put his code in and watch it run--but where is the problem-solving in that?) However, there are numerous Computer Science Departments out there that do post their course work problems on the Net which can be easily downloaded and printed. Although, few also post the answers, so...good luck :)

Watch out for the chapters on getchar() and getch(). getch() only gets a page or two of explanation and leaves a hapless beginner to founder. K&R C did help here at this point, takes some hacking away at it, but it comes eventually. (Or maybe it will come really quickly and you'll think, that tripped him up? What a geek!)

Lastly, don't waste your hard-earned cash on a fancy-smancy C compiler. There are lots of good (and free) C compilers out there (GNU's gcc, borland DOS-based from www.borland.com, etc). Pick one, spend some time learning the switches and optimizations on it and then get to coding.

From there on out it is just code, code and code. And then debug...and debug...and debug...cry...and debug...

After this book I recommend cutting your teeth on K&R C (there's a reason they call it the C Bible). You can easily see the basics you picked up with Perry in K&R. It was a big help for me when I could see something familiar in the concepts and was able trudge on through.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


31 of 31 people found the following review helpful:
5.0 out of 5 stars I ordered three..., August 22, 2002
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
I finally bought this book after reading the reviews for the last year. I gave it to my Linux Administrator and told him to read it as an assignment. He called after a couple of hours into it and said he couldn't put it down and that it was the best computer book he had ever read. He also mentioned that he had tried to learn C from other books and did not get anywhere. Similar story to many of the other stories...

I went a head and ordered another one for me and have read several chapters. I must agree that after trying to learn programming from Beginner Python books and PHP books that this whole programming thing started to fall into place. The author really does do a good job at explaining things. The reviews are accurate...and not staged like I thought they may be.

I also ordered a 3rd book for a 13-year-old boy who wants to learn how to be a web programmer with PHP and MySQL. I am starting him off with this book first because it will give him the foundation he needs to move into PHP and other languages.

I wish other books were written this well. The author is an excellent teacher. Go ahead and get it. You'll be glad you did.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


37 of 40 people found the following review helpful:
3.0 out of 5 stars Good, but there are better alternatives, August 19, 2008
Amazon Verified Purchase(What's this?)
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
Let me first say that this book is by no means bad. It makes C as simple (I would bold "simple" if I could) as possible, breaks the topics up into bite sized chunks based on topics, warns you about common mistakes, and provides the code for a lengthy blackjack program at the end for your personal dissection and analysis. My main problem with the book is that it does not provide problems for you to solve. It just explains the language. If you couple it with a book that includes a large number of problems, then you're all set.

That being said there are better (and cheaper) alternatives out there. Probably the best method of learning C is to subscribe to Harvard's CS 50 podcast. The RSS feed can be found at http://cs50.tv/ , or you can search for "Harvard Computer Science 50" within the itunes store and subscribe to it from there. The podcast includes separate video and audio tracks from lectures conducted by the courses' instructor, David J. Malan. The podcast also provides PDF's of the problem sets along with copies of the class's quizzes and answers. The best part is that you can get this all for free. The course filmed is fall 2007 I believe, so all of the lectures are up (meaning that you don't have to wait for them, go ahead and download them all). The first few episodes from week 0 are a bit slow, but the course quickly picks up speed after that. If you want to get right into C, then I recommend that you start at week 1 (Week 0 is spent going over the basic workings of computer hardware components and some time is spent on a program called "Scratch").


Another good, free place to start is the online tutorial found at

http://www.eskimo.com/~scs/cclass/asgn.beg/index.html

Reading, problem sets, and solutions to the problem sets are provided. Once you finish, you can move on to the intermediate section of the course found at

http://www.eskimo.com/~scs/cclass/asgn.int/index.html


The only weakness of these courses is the number of problems provided for you to work on. Across all of the material from both sources I have mentioned, there is probably no more than 40 dedicated coding problems. Another review mentioned thatC Primer Plus (5th Edition)had a large number of examples, so I plan to look into it.


As for this book I may keep it around for use when I do not have access to a computer, but most likely I will give it away or sell it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


35 of 40 people found the following review helpful:
5.0 out of 5 stars The BEST book for Beginners. A Definate 5 STAR!, May 7, 2000
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
I start off with saying that this is the best book to buy if you have never even programmed before. This book gives you the best start you can get..Dont buy books like "C for dumbies" by googin or whatever his name is. I seriously reccomend this book. It starts of with standard I/o like printf() and scanf() et cetera...Then goes on to teach you data structers, loops, heap memory, intermediate i/o, and making your own functions. It teaches you how to organize your code and make it more easier to read. The writer puts everything in a CLEAR easy to read way, unlike other books that explain things in a very difficult manner and don't put much depth into it or make jokes to get the point through like your stupid. After this book I reccomend "The C Programming Language" by Kernighan and Ritchie. Buy this book and you won't regret it...That's a fact. Just don't think that your a master at C after you read it. Practice will make you a better programmer.!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
5.0 out of 5 stars Excellent Beginner Material!, May 9, 2000
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
I am a Microsoft Certified Systems Engineer and Certified Trainer who wanted to begin exploring the world of programming. I tried to teach myself C back in the old DOS days and eventually gave up - too frustrating. I've recently decided to give it another try and began looking for a "do it yourself-type" book.

After reading all of the reviews for this book, I went out and purchased it. It is an awesome beginner tutorial on the C programming language. The best purchase I've made in a long time. Although the book was written 6 years ago, the material is very well written and provides you a fast way to get started programming in C. No outdated stuff in this book...

If you're looking to get started learning C, you will definitely need to purchase this book. It is a very enjoyable book clearly written with the beginner in mind.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
5.0 out of 5 stars Not depressing like most beginers books., August 9, 2003
By A Customer
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
If you've never programed before, this is the book for you. I've tried several different books, and most either start out by pointing out that the author doesn't "really" think you're the village idiot, or drone on about why C is too complicated for mere mortals to swallow anyway.

Instead, Perry leaps right into the coding while minimizing the techno-babble. He makes it seem as easy as it really is, from start to finish. He starts with the basics, keeping them basic, and presents each new concept in an easily digestable manner. The information flows so easily and coherently that you'll be surprised at how quickly you're picking it all up. This isn't to say that learning C won't take dedication on your part, just that it is not rocket science as most would have you believe.

By the time you've finished the book, you'll have a decent understanding of how to write simple DOS programs. Once you feel comfortable with C, I'd recomend Charles Petzold's, "Programming Windows". Windows programming is a bit more complicated, but with Perry's help you'll be better prepared to takle it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
4.0 out of 5 stars Best C book to get started!, May 18, 2001
By 
"_zig_" (BANDAR SERI BEGAWAN Brunei Darussalam) - See all my reviews
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
This book really teaches non-programmers and beginners to understand C easily.

The layout is kept interesting throughout the whole book, with diagrams and illustrations to help understand the concept presented.

The text is quite informal and entertaining, with some humour inserted here and there. You won't get bored reading this book!

However, each chapter shows only fragments of codes that need to be inserted into a C program, and NOT THE WHOLE C PROGRAM. There is only ONE LISTING of a WHOLE C PROGRAM at the end of the book (The BlackJack program), and it covers all the chapters discussed throughout the book.

There is no exercise or a listing of a fully-working C program at the end of each chapter, so it may be necessary to skim each finished chapter one more time.

I'd recommend this book for people who has no programming background, and as a stepping stone to really learn C programming by the programmer of C himself: Kernighen & Richie's The C Book (known as K&R). K&R is not for beginners, thus beginners need some other book first so they can keep up with K&R, and Greg Perry's Absolute Beginner's Guide to C is a good one to start with!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
4.0 out of 5 stars The title says it all, March 9, 2000
By 
Timothy Walker (Orlando, Florida USA) - See all my reviews
(VINE VOICE)    (REAL NAME)   
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
If you're looking for an intro to programming (especially C/C++ or Java), this is a good place to start. The writing is clear, the code is well commented, and the tone is far less patronizing than those "moron" books. Not required reading, but suggested.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars Very easy basic book on C, October 3, 1999
By A Customer
This review is from: Absolute Beginner's Guide to C (2nd Edition) (Paperback)
Just finished the book and have to agree with the other reviewers. It is a great first book on C to read. It goes over all of the basics without overwhelming you. I am now ready to tackle a more indepth book with the basics I have learned.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 212| Next ›
Most Helpful First | Newest First

This product

Absolute Beginner's Guide to C (2nd Edition)
Absolute Beginner's Guide to C (2nd Edition) by Greg M. Perry (Paperback - April 18, 1994)
$39.99 $22.25
In Stock
Add to cart Add to wishlist