Customer Reviews


11 Reviews
5 star:
 (11)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews
‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

10 of 10 people found the following review helpful:
5.0 out of 5 stars A must-have book!, February 15, 2000
By 
Joegas "joegas" (Canberra, Australia) - See all my reviews
This review is from: Advanced C Programming by Example (Paperback)
I've got a few C-programming books, but this is the one that I love best of all. It is a gem of a book that resonates with simple, crystal-clear explanations on topics so seemingly difficult to understand in the classic book by Kernighan and Ritchie. I would recommend using these two books together.

What makes this book even more entertaining and readable is that Perry is not afraid to lay on his idiosyncrasies regarding the practice of programming. There is a little hiccup, though, when he recommends the use of gets() and sscanf() together for nearly all input of strings from the terminal: gets() is widely known to be inferior to fgets(), and sscanf() is not discussed in the book at all!

But all in all, a book that deserves full marks.

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


10 of 10 people found the following review helpful:
5.0 out of 5 stars Everyone should read this book!, July 11, 1999
This review is from: Advanced C Programming by Example (Paperback)
Even if you work in C++ instead of C, you should read this book. It packs a lot of useful info in less than 300 pages. I once got a job offer because I answered a programming question with a better answer than the interviewers had up their sleave, and I got that better answer from reading this book. Contents: (1) Optimal C Coding Style, (2) Review of Standard Pointer and Array Operations, (3) Linear Dynamic Data Structures: Stacks, Queues, and Linked Lists, (4) Advanced String Handling, (5) Advanced Input and Output, (6) Bit Manipulation, (7) Recursion and Binary Trees, (8) Multidimensional Arrays and Arrays of (Non-Char) Pointers, (9 & 10) are a variety of topics. The examples are clear, there are useful illustrations and sample code. An outstanding book. If the author were from AT&T or Berkeley, this would be a runaway best seller. This is an overlooked gem.
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 A fantastic and difficult book on C, September 5, 2001
By A Customer
This review is from: Advanced C Programming by Example (Paperback)
I own hundreds of programming texts and this is by far one of my very favorites, and my absolute favorite book on C.

This book tackles the tougher issues of C programming in great detail, with concise and self-contained examples you can type in directly, compile and run (many books only provide code sections, not entire programs).

Each chapter includes quiz questions that are just difficult enough to challenge the reader, but not so difficult that you will skip over them. I found the quizes to be very useful.

This book is pleasantly slim (although dense). Does anyone really read those 800 page books? I don't. This book will take you a long time, as the content is dense, but you can actually read the whole book and get a sense of completion.

I also enjoyed the author's commentary on C and other programming languages.

I'm really amazed that more people do not own this book.

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


11 of 14 people found the following review helpful:
5.0 out of 5 stars Good helper book for learning C., July 19, 1999
By A Customer
This review is from: Advanced C Programming by Example (Paperback)
Here is the book to learn C the EASY way. My knowledge of C was very limited when I decided to get real and bought "The C Programming Language" 2nd ed. also known as K&R or "the C bible". I read most of it and got REALLY confused on some topics. So I went to bookstore and bought "Advanced C Programming by Example." Boy, this is a great book. First, the author explains crealy some of the dustier corners in C (pointers vs arrays, dynamic structures, memory management, string processing, time functions, random file I/O, time functions, etc etc.) Mostly, the topics that were already covered in K&R, howerver this guy also explains those concepts VERY clearly. Second, this is a very code-centered book. The author shows a complete working program for almost every concept that was presented in this book. Right now I am reading the very last chapter in the book. I do feel like I have mastered ANSI C to the point where I can move along and start reading books about real systems or GUI programming on UNIX or windows operating systems.

PS: once your are done with this book, it is a good thing (tm), to go back to K&R and reread the parts that you have had trouble with before..

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


1 of 1 people found the following review helpful:
5.0 out of 5 stars A very, very good book on C programming, January 8, 2010
Amazon Verified Purchase(What's this?)
This review is from: Advanced C Programming by Example (Paperback)
If you want to get a deep and practical understanding of how to become a good C programmer,
and if you want to learn how to write good looking, readable, and efficient code in C, this is the book for you!
You will accomplish this in just about 260 pages.
With this book, i do recommend you to have some prior programming experience of C to be able to digest it.
But this is a very, very good book on C programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Great book, September 27, 2001
By 
Nelson Urbano "Nelson U." (Jacksonvillve Beach, Florida United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Advanced C Programming by Example (Paperback)
If you're looking for a concise and throughout book in C programming. Don't look further!
I wouldn't recommend it for beginners though (as the title says it's for advanced programmers)! If you're beginner I'd recommend to start with C in 21 days from Sams publishing or similar book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars This book is very clear and gives great examples., June 7, 1999
By A Customer
This review is from: Advanced C Programming by Example (Paperback)
This book is a definite asset to anyone, novice or experienced who uses C. It is very easy to read and is full of great, practical examples. The author always gets right to the point. I would definitely recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
5.0 out of 5 stars What a great find!, June 9, 2004
By 
andrew mikesell "Ando" (kirkland, wa United States) - See all my reviews
This review is from: Advanced C Programming by Example (Paperback)
This may be the best book I have ever bought for any language! Very well written with examples of the features of the C language that you will use everyday. This book assumes that you know the basics of the language. There should be a book like this for every programming language. I especially appreciated the parts on pointers, memory management, and data structures. This book is sure to turn the some-what experienced C programmer into a real pro with good style and good problem analysis skills. It has helped me get passed the basics and move on to the next level with a solid knowledge base and confidence. Buy it if you can find it! Worth every penny and more!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent read and daily reference while coding., May 8, 1999
By A Customer
This review is from: Advanced C Programming by Example (Paperback)
Buy it. Worth double for every penny. Clear, concise, not BLOATED like so many other programming books. Useful for C++ guys, like myself.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 8 people found the following review helpful:
5.0 out of 5 stars Great Book for Enhancing Your C Skills, September 13, 1999
By A Customer
This review is from: Advanced C Programming by Example (Paperback)
I've been programming in C for a while but having realised that there still more to know about C, especially the techniques & usage. Then, I stumbled across this book and bought it. AND it was money worth spent. The author has a practical attitude towards the C techniques. It's an excellent book to build your skills. A must have !!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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

This product

Advanced C Programming by Example
Advanced C Programming by Example by John W. Perry (Paperback - January 14, 1998)
Used & New from: $110.00
Add to wishlist See buying options