|
Teach Yourself C++ in 10 Minutes 2nd Edition
C++ remains a popular object-oriented language and Sams Teach Yourself C++ in 10 Minutes provides a quick, focused way to learn the language. The author assumes no prior programming experience and begins by showing the reader the absolute fundamentals of what a program is and guides the readers to write their very first program. It covers all the important
topics in C++ and provides a sold foundation on which to build programming knowledge. The material is reorganized to fit proven teaching techniques with about thirty percent of the text rewritten. All examples are new to comply with the current ANSI C++ standard and make them completely compatible with all popular compilers.
CONTENTS:
Getting started
Standard output
Calculations
Numeric input
Exception handling
Functions
Seperating code into modules
Nested loops
Arrays
Storage
Testing
Structures
File I/O
Classes
Function overloading
Inheritance
Templates
Wrapping up
|