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:
Up and Running with C++Author:
Jan GrabaISBN:
3 540 76234 5Publisher:
Springer-VerlagPages:
304ppPrice:
£??Reviewer:
J CrickettSubject:
beginner's c++Appeared in:
11-6Up and Running with C++ provides a quick yet comprehensive
guide to object orientation and how to implement this via C++.
That's what the back of this book says, really it's more like a
quick and not very comprehensive introduction to C with classes.
I quite liked the way the author introduces several of the topics, others I didn't, for example his introduction of strings is more suitable for a introduction to C, not C++. The string handling throughout the book is all done using C library functions, not once is the C++ data type string mentioned.
For a book published in 1998 that introduces C++ I expect it to move on from C with classes and introduce some of the real benefits of C++, namely the STL which is not even mentioned in this book. Not recommended.