ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
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.
    View all alphabetically
Title:
Beginning Linux Programming
Author:
Neil Matthew&Richard Stones
ISBN:
0-7645-4497-7
Publisher:
Wrox Press
Pages:
848pages
Price:
£26.99
Reviewer:
Paul F. Johnson
Subject:
Linux
Appeared in:
16-4
If you want to learn how to program for the Linux platform, you will not go far wrong with this book. It covers just about everything you will need including SQL, Gnome, GTK+, Qt, KDE, the developers tool chain and how to write shell scripts.

The code is clear and the discussion and explanations are excellent. What makes the book even better is that aspects are not kept in isolation - the material used in the SQL chapter is used further on in the book with the Gnome/GTK+ programming material. This helps bring everything together.

It is assumed that you know how to use gcc and the basics of C programming. This is not a big problem.

The only questionable part of the book is the inclusion of a chapter on writing code for device drivers, i.e. interacting directly with the kernel. Not that this a weak chapter, but having such a chapter in a beginners book is perhaps not that good an idea. Despite that, the code is fine and the methodology behind the chapter is clear.

This is an excellent book for anyone wanting to get involved with the phenomenon that is Linux. Highly Recommended