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:
The Free C++ Programming Book
Author:
pragsoft
ISBN:
Publisher:
www.pragsoft.com
Pages:
Web
Price:
£0.00
Reviewer:
Nathan Briggs
Subject:
beginner's c++
Appeared in:
12-3
First off I must say this book is completely free, gratis, etc. so I can't really judge it that harshly - after all, you gets what you pay for. Examining the introduction reveals the authors' intended readership as undergraduate Computer Science students who, they suggest, might like to use the book as a complete tutorial and reference. It is even suggested that lecturers could use the book as a basis!

Let me also say I am a simple student and completely unqualified to do a technical review, so I have not attempted to do so, instead I have looked as this book as a student to comment on what I consider to be the good and bad points of this publication.

The author sets out to be concise (to the point of stupidity sometimes in my humble opinion) and provide a tutorial and reference book. This type of book rarely succeeds and this is no exception; the chapter on stream I/O contains only one example program and would leave anyone but an expert confused, but it does have its brighter moments (such as the coverage of the scope operator and the meaning of static - brilliant).

To conclude, take a look at this example form chapter one and remember that this book is for beginners ...

#include<iostream.h>
int main(void) {
	cout<< "Hello world\n";
}
Commentary: '
main
has no parameters' OK, hands up who spotted the obvious omissions (I got at least two).

Download the book and check for yourself athttp://www.pragsoft.com/