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:
Richard Stones&Neil Matthew
ISBN:
1 861002 97 1
Publisher:
Wrox Press
Pages:
944
Price:
£28.99
Reviewer:
Steven Flintham
Subject:
unix
Appeared in:
12-4
This book aims to introduce some of the topics that are important when developing applications for Unix/Linux systems. (The book itself sometimes refers to Unix and sometimes to Linux; I suspect a lot of the contents will apply to both. I'll refer to Linux here as that's the only system I can be sure the book does apply to.) It assumes that the reader has some programming experience and if you do not know C then only a few chapters will be of interest.

I think the book is most useful if regarded as a tour of the facilities available on a typical Linux system. Having worked through the book, you'll have an idea of what's available and can choose the most appropriate option for the problem you need to solve. It's quite possible the information provided about that facility in the book will be adequate, but if it's not you can consult other sources (the man pages, for example) more easily since you then know what you're looking for.

The book contains plenty of example code. This is very well laid out - the code examples aren't excessively long and are broken down into small chunks by descriptive paragraphs. In addition to small example programs, several chapters use a common example of a CD database application to provide a more substantial illustration of their contents. All the code can be downloaded from the WWW and is licensed under the GPL.

If you are looking for an introduction to programming for Linux, I highly recommend this book.