An Introduction to Programming with C++, 8th Edition
- Length: 768 pages
- Edition: 8
- Language: English
- Publisher: Course Technology
- Publication Date: 2015-07-20
- ISBN-10: 128586011X
- ISBN-13: 9781285860114
- Sales Rank: #285312 (See Top 100 Books)
Discover the importance of learning C++ with Diane Zak’s popular AN INTRODUCTION TO PROGRAMMING WITH C++, 8E. This book’s distinctive emphasis clarifies how mastering C++ programming skills will benefit you now and throughout your career. This unique text incorporates a student-focused approach that continually highlights the importance and relevance of the programming concepts you are learning. Memorable new examples portray concepts in action, while abundant new hands-on exercises, including mini-quizzes, Labs, and “Try This” features, guide you in absorbing, practicing, and applying concepts as you progress. Trust AN INTRODUCTION TO PROGRAMMING WITH C++, 8E to keep you enthusiastic about learning as you master the skills of C++.
Table of Contents
Ch 1: An Introduction to Programming
Ch 2: Beginning the Problem-Solving Process
Ch 3: Variables and Constants
Ch 4: Completing the Problem-Solving Process
Ch 5: The Selection Structure
Ch 6: More on the Selection Structure
Ch 7: The Repetition Structure
Ch 8: More on the Repetition Structure
Ch 9: Value-Returning Functions
Ch 10: Void Functions
Ch 11: One-Dimensional Arrays
Ch 12: Two-Dimensional Arrays
Ch 13: Strings
Ch 14: Sequential Access Files
Ch 15: Classes and Objects
Appendix A: C++ Keywords
Appendix B: ASCII Codes
Appendix C: Common Syntax Errors
Appendix D: How to Boxes