- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
Contents
1: How a C++ Program Works 2: Memory and Data Types 3: Variables 4: Arithmetic Operators 5: Making Decisions: if and switch Statements 6: Nested if Statements and Logical Operators 7: The For Loop 8: While and Do While Loops 9: Functions 10: Arrays 11: What's the Address? Pointers 12: Character, C-String, and C++ String Class Functions 13: Persistent Data: File Input and Output 14: The Road Ahead: Structures and Classes A: Final Exam B: Answers to Quizzes and Final Exam