- Pre-order Price Guarantee! Order now and if the Amazon.ca price decreases between your order time and the end of the day of the release date, you'll receive the lowest price. Here's how (restrictions apply)
| ||||||||||||
Product Details
|
Written by top-selling programming author Herb Schildt, C++: A Beginner's Guide, Third Edition is fully updated to cover the new features in C++. The book includes two new chapters and integrates a significant portion of new material into existing chapters.
This hands-on, self-paced guide offers full coverage of C++, the premier language of high-performance systems software development. You’ll learn about concepts, multithreading, regular expressions, lambda expressions, new keywords, upgrades to the for loop, and much more. Get started programming with C++ right away and get up to speed on all of the new features. Ready-to-use code is available for download.
Designed for Easy Learning:
Tag this product(What's this?)Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items. |
|
There are no customer reviews yet on Amazon.ca
|
|||||||||||||||||||
|
Schidt's book covers all of the basics you need to program in C++. In fact, I just wrote a chess program in C++ based on what I learned. Besides the non-OOP aspects taught in the book, the program also implements polymorphism by calling virtual functions of derived classes through base-class pointers, dynamic allocation of memory, and so on.
Note, however, that the book is meant to teach you the **fundamentals**. Schildt has more advanced books than this one. The code examples are complete programs, but they use the easiest, simplest, and shortest examples to make the point. That is, one should not model his/her programming standards off of the code samples. Use this book for what it is meant for: learning about the fundamentals of C++, not for a guidebook on exactly how to write professional programs. (If you are wanting a more advanced book on C++, which actually provides you with recommendations on standard practices to follow, you could get one of Schildt's other offereings, or, I also recommend the Deitel & Deitel book: but be warned, unlike this book by Schildt theirs might sound like Greek to newbies).
|