Related Subjects
Computers Computers & Technology Engineering Math Mathematics Science & Math TechnologyAbout 5 years into my programming career, I was mildly interested in learning C, so I picked up this book. At the time, I was deterred - it was very brief, terse, and confusing, so I put it back down again.But now, years later, with many more languages under my belt, I find myself again drawn to C. So I picked up this book again (2nd edition), and finally, I see the light! It is a wonderful book, I agree with all the glowing...
2Report
I've first bought this book when I started my academic studies,and 5 years of work with Fortran 77 and three years of work withPascal.This small book (270 pages, including the index) served me well through my degree, and I still keep the dog-eared, yellowing, aged book with me at work.The book focuses on the language itself - this is no hands-on book (no explanations on how to use this compiler or that debugger, though it...
1Report
This book (widely known as K & R, after the authors' initials) has for over twenty years been the best way to learn C. When I got this book in 1980, I had access to a Unix system and worked through much of the tutorial material in it. On the way I learnt a great deal, not just about C, but about good programming style, code reuse, the value of clear comments--in short, I was introduced to the skill set of an experienced...
0Report
This is probably the greatest introductory programming world ever written!This is the classic "how to program" book. The book may seem quite old, but so is C, so you'll not miss anything. Half of the other introductory books written today will often quote this book, especially in reference to the "hello, world." example contained within. The "K & R" is well known among programmers as the all-time classic programming book...
0Report
This book is not "for Dummies". It assumes that you already have some knowledge of structured programming languages (i.e. Pascal). For example, this book spends four well-written pages explaining everything you need to know about functions. If you don't know what a function is, this will clearly not be enough. However, if you do know about functions, this book will not drone on and on for an entire chapter or two on the...
0Report