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:
Teach Yourself Visual C++ 5 in 24 hours
Author:
Mickey Williams
ISBN:
0 672 31242 5
Publisher:
Sams
Pages:
432pp
Price:
£22-95
Reviewer:
Christer Loefving
Subject:
beginner's c++
Appeared in:
11-4
The Sams'Teach yourself Java 1.1 in 24 hourscould maybe offer something to the beginner. Mainly because it was based on simple Java console applications. You hadn't also to learn such a complex development environment as Microsoft's Visual Studio, which can be a challenge by itself, so that concept felt a bit sensible.

However, in this case the author tries to compress into 400 pages no lesser topics than the C++ language from basics through to OOP, the MFCs, the Visual Studio environment and on top of that also advanced topics such as ActiveX controls.

Of course the whole thing crash-lands. I found the text hard to read and difficult to follow. The pages are split into sections such as 'caution', 'time saver', 'new term', 'table' and pictures, with small, almost unreadable text on them. The greatest drawback is however the absence of code samples. They are very few and short and in most cases show simple console programs. Hungarian notation is presented as something almost unavoidable.

I do not call in question the author's knowledge, but you will need to be a seasoned programmer to hope to benefit from this text.