<< 1 >>
Rating:  Summary: wonderful work Review: I had been introduced to C before I knew assembly and was left wondering the magic behind the curtains.. what happens when u call a function.. when u declare an array.. I mean I knew that it must mean something in assembly but the link was not there in any of the C books I looked up. For an engineer who knows hardware and is curious, there is no other place than this book. Holub breaks up C into assembly and show you what happens as you compile and run it, side by side. He takes the mystery out of C programming. Wonderful for folks who missed the link between assembly and C. C has been called as High level assembly language and the proof is here in this book.
Rating:  Summary: Great book Review: Of all the C books I had, I would rate this book my number 1. Just the section on pointers is worth the price of the book. The way it explains pointers, pointers to pointers, etc is so done so elegantly and clearly. No complex double talk or technical quibbs. I wonder why Mr. Holub stop authoring anymore books... Mr Holub, if you are reading, please continue your excellent work ...
Rating:  Summary: Great book for a serious C programmer Review: Personally, I think this book is better than the K&R book. If I read this book when I was just learning C, then I would give up and say to myself "It's too complicated. Why do I have to understand all about these..." But hold on. Don't you want to know what the stack frame is and how it works during recursion and how a variable number of arguments are handled, how the automatic type-conversion is related to the portability issue? Then read this book. If not, just skip this book. The only short coming of this book is that it's not ANSI C compliant. But it matters little if you already know about ANSI C. You will be able to discern the difference yourself, and probably can smell the history of the evolution of C. It's sort of a bonus. Allen I. Holub, what about writing the 2nd edition of this book? Then, that would be a great a help even to many embedded C programmers, I think. Sencon-to-none C book for me.
Rating:  Summary: Great book for a serious C programmer Review: Personally, I think this book is better than the K&R book. If I read this book when I was just learning C, then I would give up and say to myself "It's too complicated. Why do I have to understand all about these..." But hold on. Don't you want to know what the stack frame is and how it works during recursion and how a variable number of arguments are handled, how the automatic type-conversion is related to the portability issue? Then read this book. If not, just skip this book. The only short coming of this book is that it's not ANSI C compliant. But it matters little if you already know about ANSI C. You will be able to discern the difference yourself, and probably can smell the history of the evolution of C. It's sort of a bonus. Allen I. Holub, what about writing the 2nd edition of this book? Then, that would be a great a help even to many embedded C programmers, I think. Sencon-to-none C book for me.
Rating:  Summary: Rare one Review: This is the ONLY book which explains almost everything that is going on from program as text to an executable. Well organized and well written which makes it easier to follow. Could have included a few more topics on memory management. Nevertheless, a neat book that every professional C programmers would like to own.
Rating:  Summary: Rare one Review: This is the ONLY book which explains almost everything that is going on from program as text to an executable. Well organized and well written which makes it easier to follow. Could have included a few more topics on memory management. Nevertheless, a neat book that every professional C programmers would like to own.
<< 1 >>
|