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:
Windows via C/C++
Author:
Jeffrey Richter and Christophe Nasarre
ISBN:
978­0-7356-6377-0
Publisher:
Microsoft Press (2011)
Pages:
846pp
Price:
£
Reviewer:
Paul Floyd
Subject:
Miscellaneous
Appeared in:
25-6

Reviewed: January 2014

It may be C and C++, but it has a strange Windows API dialect from my UNIX developer perspective, with lots of VeryLongCamelCaseFunctionNames with even longer argument lists (often with MultipleVersionsEx). Not to mention the odd relic from 61 bit Windows like DWORDs. The good news is that this book gives concise coverage of the Windows API in a native manner. The concise aspect is not to be undervalued. The book isn’t small at about 770 pages, but I dread to think how it would have turned out had the authors aimed for comprehensiveness.

The parts that I found most interesting were the sections on I/O completion ports, thread pools ans structured exception handling. I also appreciated the tips and pointers to tools like DumpBin.exe and Rebase.exe.