|
||||||||
This book presumes you have absolutely no programming experience. If that’s you, and you want to learn how to write a computer program using what can be a very difficult language to learn, C++, then this book is definitely for you.If you have some programming experience and want to learn how to program in C++, this book is also for you. Experienced programmers tell me that my thorough, methodical method of teaching works for them as well. Either way, as one of my readers wrote me, my books make it OK not to understand something the first time you read it. My patient method of teaching ensures that you will learn the material eventually. Each chapter of this book follows a session in my fictitious classroom. Read along and learn the material with the rest of the students. Most chapters have examples that I present to the students. Feel free to follow along and code them yourself. Each chapter also provides practice exercises for you to complete, most of which lead to the completion of a class “project”—in this case, the Grades Calculation Project. 1 Where Do I Begin? 2 Getting Comfortable with C++ 3 Data 4 Selection Structures 5 Loops 6 Creating Your Own Functions 7 Creating Objects from Instantiable Classes 8 Controlling Access to the Data in Your Object 9 Inheritance 10 Arrays 11 Pointers 12 Errors and Error Handling Download free ebooks of c/c++: Learn to Program with C++
|
| More free ebooks | |
Free programing ebooks
This book presumes you have absolutely no programming experience. If that’s you, and you want to learn how to write a computer program using what can be a very difficult language to learn, C++, then this book is definitely for you.