Accelerated C++ Practical Programming by Example free ebook download
Accelerated C++ Practical Programming by Example free ebook download
Author:
Andrew Koenig and Barbara E. Moo
Book Discription:
Accelerated C++ Practical Programming by Example by Andrew Koenig and Barbara E. Moo
Addison-Wesley,
2000 ISBN 0-201-70353-X
Pages 336
Need to figure out how to program in C++ instantly? Need to begin composing better, all the more capable C++ programs today? Quickened C++’s interestingly cutting edge methodology will help you learn quicker and more smoothly than you ever accepted conceivable. In light of the writers’ escalated summer C++ courses at Stanford University, Accelerated C++ covers practically every idea that most proficient C++ developers will ever utilize – however it flips around the “customary” C++ educational program, beginning with the abnormal state C++ information structures and calculations that let you compose vigorous projects promptly. Once you’re getting results, Accelerated C++ takes you “in the engine,” presenting complex dialect highlights, for example, memory administration in connection, and clarifying precisely how and when to utilize them. From beginning to end, the book focuses on tackling issues, as opposed to learning dialect and library highlights for their own particular purpose. The outcome: You’ll be composing certifiable projects quickly – and exceptional code speedier than you ever envisioned.
Table Of Contents:
Chapter 0 Getting started
Chapter 1 Working with strings
Chapter 2 Looping and counting
Chapter 3 Working with batches of data
Chapter 4 Organizing programs and data
Chapter 5 Using sequential containers and analyzing strings
Chapter 6 Using library algorithms
Chapter 7 Using associative containers
Chapter 8 Writing generic functions
Chapter 9 Defining new types
Chapter 10 Managing memory and low-level data structures
Chapter 11 Defining abstract data types
Chapter 12 Making class objects act like values
Chapter 13 Using inheritance and dynamic binding
Chapter 14 Managing memory (almost) automatically
Chapter 15 Revisiting character pictures
Chapter 16 Where do we go from here?
Appendix A Language details
A.1 Declarations A.2 Types A.3 Expressions A.4 Statements
Appendix B Library summary
B.1 Input-output B.2 Containers and iterators B.3 Algorithms