Advertisement
Membership
Login
ACCU Buttons
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.
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.
Title:
Learn Microsoft Visual C++ 6.0 NowAuthor:
Chuck SpharISBN:
1 57231 965 8Publisher:
Microsoft PressPages:
650pp+CDPrice:
£46-99Reviewer:
J CrickettSubject:
MS Windows; beginner's c++Appeared in:
11-6Not surprisingly, given the title and publisher, this book
has the usual pro Microsoft slant, which seems a little unnecessary,
since if you are going to invest this much in a book to learn about
Visual C++ you probably already own MSVC++, or are buying this book
for the copy that is included on the CD (The MSVC++ 6.0 Introductory
Edition). That said MSVC++ 6 is my development environment of choice
being a Windows programmer.
The book promises to introduce the tool (MSVC++), some basic C++ and then introduce MFC and its use. All of which it does, at a base level. With only a few offensive bits of code (such as introducing a string data type using
typedef char* string.That is very close to total disqualification from my perspective. FrancisAs this is in the introduction to C++ chapter I really think it'd be more suitable to introduce the STL version.) The ignorance of a lot of the C++ is surprising given the quality of the reading lists the author quotes at the ends of the chapters.
The MFC coverage is fairly broad, but as such suffers from a lack of any real depth, the classes are introduced as they are required to create a Paint program that is developed throughout the course of the book. However, like most MFC related books it leaves you floundering if you wish to take it further.
In conclusion, a mediocre book, and at this price I'd recommend learning to use MSVC++'s help files and buying a cheaper, better pair of books on C++ and MFC.