Related Subjects
LawDespite all the hype for C# and C++, if you know and understand C, you could probably write those other languages. C can get very complex (as far as numerous functions and libraries) but the basics are covered pretty well in this book. I haven't read the latest edition (mind has no edition # on the outside and has a mail order form to get the source code on floppies, heh) but the authors are solid writers and this was the...
0Report
Let's make things clear: This book teaches the ANSI C Programming Language. It does not teach any of the following... * Windows Programming * Algorithm design * Object Oriented Programming * C++ * Advanced Programming In 1996, when I first began to learn programming, I bought the first edition of this, along with about 5 books. Very quickly I had set all the rest aside. In 5 years, it is the best book on pure C programming...
0Report
I think this book does a great job of teaching the C language. And I am going to be frank about those people who gave it low reviews: They simply lack the necessary pre-requisite knowledge to understand programming.If you don't know what a program is, etc, you are not ready to learn programming. You need to learn the basics of how computers work first.Second, to the person who said "I couldn't get anything to work". Obviously,...
0Report
I never thought I'd see the day when I was comfortable with C again (having been out of it for almost 10 years), but that day is here and it's arrived because I read this book. It's neither an easy read nor a quick one, but it's well worth the effort. Take the time to go through the examples (with or without a debugger), and do the exercises at the end of each chapter. You won't be sorry!
0Report
Hi, i recommend this book to everyone. Listen, I'm 14 years old, and with this book, i can say that I now am a C programmer, really, it's a really great way to learn C... a lot of examples, step by step explanations, and everything is covered in this book, from memory management to pointers.
0Report