Posts Tagged ‘practical’

Practical C Programming 3rd for good

This book provides excellent and clear explanations of three key C programming concepts: pointers, bit manipulation, and structures. If you are new to C programming, and do not know anything about these three concepts, you will after reading this book. Or if, as in my case, you are knowledgeable in C programming, this book is an excellent reference when you forget some of the syntax and constructs of pointers, bits, and structures.

If you are an expert programmer and already know everything there is to know about pointers etc., this book will show you nothing new. On the same token, if you are starting from the very beginning and know nothing about C, you would probably be better served with a beginning book.

If you have been through the “Hello, World” programs, are starting to deal with functions and variables, then this book will round you out and turn you into a skilled programmer.
Practical C Programming 3rd