A complete source for students on C++ programming. It covers the Standard Template Library, which is essential to be competitive in the C++ market. TWG's C++ Primer Plus makes learning and using important object-oriented programming concepts understandable. It illustrates how to handle input and out
The Waite Group's C Primer Plus
โ Scribed by Stephen Prata
- Publisher
- Sams
- Year
- 1998
- Tongue
- English
- Leaves
- 850
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. With the help of this book, you will: * Learn C++ programming from the ground up. * Learn through real-world, hands-on examples. * Experiment with concepts, including classes, inheritance, templates and exceptions. * Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.
๐ SIMILAR VOLUMES
This guide provides C++ programming solutions for categories and concepts using a step-by-step approach. Each "how to" is graded by complexity level, with information on additional uses and enhancements to fit the reader's needs.
I have gone through a little over half of this book so far, and I feel I need to write a review based on a few things I have seen. 1. The book is very well organized. It starts from absolute basics, and builds on everything from there. This makes going from chapter to chapter very easy. 2. Some o
C# Primer Plus teaches the C# programming language and relevant parts of the .NET platform from the ground up, walking you through the basics of object-oriented programming, important programming techniques and problem solving while providing a thorough coverage of C#'s essential elements - such as