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:
UNIX System Programming using C++
Author:
Terrence Chan
ISBN:
0 13 331562 2
Publisher:
Prentice Hall
Pages:
598
Price:
£26-95
Reviewer:
Tim Tobin
Subject:
unix; advanced c++
Appeared in:
10-6
This book is basically a guide to UNIX system programming for C++ programmers. Many books have been written on the subject, most of which provide examples in the C programming language. This book covers the same ground as many of these other books but provides examples using C++. The book includes a chapter which gives a brief overview of C++ including templates, it does not, however, cover some of the newer features such as namespace, STL, RTTI, etc. The rest of the book is devoted to various aspects of UNIX system programming. The system programming chapters cover everything from files and processes to threads and remote procedure calls. Within each chap-ter the main library calls are described and examples of their use are given. Each chapter also describes the differences, if any, between the main UNIX camps e.g. POSIX standards, SVR4, Solaris, etc.

This is a reasonable, though not outstanding, book. There are, no doubt, better books that cover C++ and probably better books that cover UNIX system programming. That said, if the idea of having a book that covers both C++ and UNIX system programming appeals to you, then this book may be worth having a look at.