Read more
Are you ready to learn how to program a computer? You'll do just that in this book. PROGRAMMING LIKE A PRO FOR TEENS is written in a friendly, unassuming voice that makes it possible for you to master the ideas and concepts that professionals use for programming every day. You learn algorithmic thinking and problem-solving in addition to the C++ language. This book takes a different approach than others that teach programming. It focuses on problem-solving techniques and thought processes and introduces features at your level of complexity. Introductory problem-solving techniques pave the way toward increasingly more advanced techniques. This approach allows you to engage in meaningful programming experiences early in the book, which motivates you to continue. Solutions to end-of-chapter exercises, source code, and other learning materials are included on the companion website.
List of contents
Introduction.1. Getting Started.2. The Nature of the Problems and Solutions.3. Introduction to the Core C++ Language.4. Numerical Problems.5. Divide and Conquer.6. Small-Scale Problems.7. Top-Down Design.8. Bottom-Up Design.9. Medium-Scale Problems.10. Introduction to Object-Oriented Design.11. Object-Oriented Programming in C++: Part I.12. Object-Oriented Programming in C++: Part II.Appendix A: Installing Development Software.Index.