View Review Details
| Book: | Practical C++ Programming | |
| Subject: | Practical C++ Programming Review | |
| Date: | 2002-03-20 12:12:11 | |
| From: | BJL | |
|
Rating:
This is a readable text. Its only problem is that it does not teach you the features of C++ that are the ones that make it different (and better) language than C. While classes and templates ate covered briefly, it does not even mention the fundamental classes for data structures from STL such as String, Vector, List, not to mention associative arrays or iterators. These are NOT advanced data structures, but rather the ones you are likely to use daily in proper C++ code. Anyone who uses only C-style strings and arrays in C++ either has a VERY good reason for doing so, or is (much more likely) totally ignorant of C++ content and purpose.
|
||





