1. C++ Primer Plus (Fifth Edition) Author: Stephen Prata published by Sams Publishing C++ Primer Plus discusses the basic C language and presents C++ features, making this bookself-contained. It presents C++ fundamentals and illustrates them with short, to-the-point pro-grams that are easy to copy and experiment with. You’ll learn about input/output (I/O), how tomake programs perform repetitive tasks and make choices, the many ways to handle data, andhow to use functions. You’ll learn about the many features C++ has added to C, including thefollowing:? Classes and objects? Inheritance? Polymorphism, virtual functions, and runtime type identification (RTTI)? Function overloading? Reference variables? Generic, or type-independent, programming, as provided by templates and the StandardTemplate Library (STL)? The exception mechanism for handling error conditions? Namespaces for managing names of functions, classes, and variables
2. Teach Yourself C++ in 21 Days (Second Edition)IntroductionThis book is designed to help you teach yourself how to program with C++. In just 21 days, you'lllearn about such fundamentals as managing I/O, loops and arrays, object-oriented programming,templates, and creating C++ applications--all in well-structured and easy-to-follow lessons. Lessonsprovide sample listings--complete with sample output and an analysis of the code--to illustrate thetopics of the day. Syntax examples are clearly marked for handy reference.To help you become more proficient, each lesson ends with a set of common questions and answers,exercises, and a quiz. You can check your progress by examining the quiz and exercise answersprovided in the book's appendix.Who Should Read This BookYou don't need any previous experience in programming to learn C++ with this book. This book startsyou from the beginning and teaches you both the language and the concepts involved withprogramming C++. You'll find the numerous examples of syntax and detailed analysis of code anexcellent guide as you begin your journey into this rewarding environment. Whether you are justbeginning or already have some experience programming, you will find that this book's clearorganization makes learning C++ fast and easy.
2. Teach Yourself C++ in 21 Days (Second Edition)IntroductionThis book is designed to help you teach yourself how to program with C++. In just 21 days, you'lllearn about such fundamentals as managing I/O, loops and arrays, object-oriented programming,templates, and creating C++ applications--all in well-structured and easy-to-follow lessons. Lessonsprovide sample listings--complete with sample output and an analysis of the code--to illustrate thetopics of the day. Syntax examples are clearly marked for handy reference.To help you become more proficient, each lesson ends with a set of common questions and answers,exercises, and a quiz. You can check your progress by examining the quiz and exercise answersprovided in the book's appendix.Who Should Read This BookYou don't need any previous experience in programming to learn C++ with this book. This book startsyou from the beginning and teaches you both the language and the concepts involved withprogramming C++. You'll find the numerous examples of syntax and detailed analysis of code anexcellent guide as you begin your journey into this rewarding environment. Whether you are justbeginning or already have some experience programming, you will find that this book's clearorganization makes learning C++ fast and easy.