Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Good use of example code is made throughout with some interesting algorithms and projects. For example, the section on recursion uses 'The Towers of Hanoi' problem, concurrent processes is exemplified through 'The Dining Philosophers' and you get to play 'Paper, Rock, Scissors' when dealing with bitwise operators and enumeration types. Each chapter concludes with an extensive set of exercises, making the book a useful study text. The final two chapters are a welcome inclusion, guiding the reader through C to C++ and C to Java migration respectively, with a good primer on OOP. The appendices provide useful references of the standard library, language syntax and ANSI v Traditional C.
The text is peppered with good illustrative code, but the overall book design and format is perhaps a little bland. However, this is more than compensated for by the content.
I like this book; you are given a thorough grounding in ANSI C within a single and not too weighty, volume.