[Home Page] - [Reviews Main] | |
|
Object-Oriented Multithreading Using C++ by Cameron Hughes & Tracey Hughes Highly Recommended |
| ISBN: 0 471 18012 2 Publisher: Wiley Pages: 481pp+disk Price: £39-95 |
| Categories: MS Windows advanced c++ |
| Reviewed by Francis Glassborow in C Vu 10-6 (Sep 1998) |
main() returning void , some use of all upper
case for what are, or ought to be, enumerated values. They rather over use
protected data (some would say that any use was too much). However what
stands out is the general quality of their code. Exception classes that
avoid using dynamic resources, use of the STL rather than hand-rolling your
own collections (and note that these two authors already have a book in
print on doing just that:
Collection and Container Classes in C++ ).This is, without doubt, the best and most comprehensive book I have read on the subject of multithreading. If you view yourself as a programmer rather than a component assembler then you need to know about this topic. All better than novice C++ programmers (except, possibly, the very best) will benefit from reading this book, not only directly from the central topic but incidentally by being exposed to generally superior source code.
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/o/o001678.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.