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:
C Pocket Reference
Author:
Peter Prinz&Ulla Kirch-Prinz
ISBN:
0-596-00436-2
Publisher:
O'Reilly
Pages:
134
Price:
£10.50
Reviewer:
Francis Glassborow
Subject:
beginner's c
Appeared in:
15-1
This book states on the cover that it covers C99. So I tested it to see if it provided any useful information on that area. Here is what it says on two aspects of C that were added in the latest standard:

In ANSI C99, any integer expression with a positive value can be used to specify the length of a non-static array with block scope. This is also referred to as a variable-length array.

The type-generic macros defined in header file
tgmath.h
unified names that can be used to call the different mathematical functions for specific real and complex floating types.

The purpose of those quotes is to highlight the problems I have with this book. If I do not already know about the subject, this book will not help me. And if I do know but need to look something up, I will probably need more detail than this book can give.