Objective
"Accerlerated c++:practical programming by Example"
Author: Andrew Koenig Barbara E. Moo (US)
This is a very classic C + + book, Daniel Liu Weipeng (http://blog.csdn.net/pongba/article/details/1930150) in his blog has given a high rating, Watercress and the major forums have this book listed as C + + classic books. But most people in the study of this book only look at the text of the two ignored the exercises after the class, or although the attention to the exercises, but no matching problems in the exercise solution and in the face of the problem, so I have the idea, the use of leisure time to practice after class code again, As far as possible to give a comprehensive answer and posted all the code, for everyone to refer to the study. However, due to the limited capacity of individuals, the solution given may not be optimal, so we also welcome criticism.
At the same time I will also put the source code and related solutions to GitHub , for everyone to reference and participate. GitHub address:Https://github.com/CNhoward.
Directory
No. 0 Chapter Introduction
Chapter 1th Using Strings
2nd Chapter Cycle and Counting
The 3rd chapter uses the batch data
Chapter 4th organization of Procedures and data
Chapter 5th using sequence containers and parsing strings
The 6th chapter uses the library algorithm
Chapter 7th using associative containers
8th chapter Writing Generic functions
Chapter 9th defining new types
Chapter 10th managing memory and underlying data structures
Chapter 11th defining abstract data types
The 12th chapter makes the object values of the class work as
Chapter 13th using inheritance and dynamic binding
The 14th chapter manages memory almost automatically
The 15th chapter again look at the character graphic problem
The 16th chapter how to learn C + +
Subsequent answers will continue to be uploaded.
Accelerated C + + exercise solution