- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
For courses in C++ Programming.
C++ fundamentals for programmers of all skill levels
Starting Out with C++: Early Objects introduces the fundamentals of C++ programming in clear and easy-to-understand language, making it accessible to novice programming students as well as those who have worked with different languages. The text is designed for use in two- and three-term C++ programming sequences, as well as in accelerated one-term programs. Its wealth of real-world examples encourages students to think about when, why, and how to apply the features and constructs of C++.
Organized in progressive, step-by-step fashion, C++: Early Objects gives instructors the flexibility to teach how they please. The 10th Edition has been updated to include C++11 standard features, an expanded Standard Template Library (STL), and new or revised material on a number of topics. Additionally, many new and updated programs, checkpoint questions, end-of-chapter questions and exercises, and programming challenge problems have been added throughout the book.
Contents
Introduction to Computers and Programming
Introduction to C++
Expressions and Interactivity
Making Decisions
Looping
Functions
Introduction to Classes and Objects
Arrays and Vectors
Searching, Sorting, and Algorithm Analysis
Pointers
More about Classes and Object-Oriented Programming
More on C-Strings and the string Class
Advanced File and I/O Operations
Recursion
Polymorphism and Virtual Functions
Exceptions and Templates
The Standard Template Library (STL)
Linked Lists
Stacks and Queues
Binary Trees
APPENDICES
The ASCII Character Set
Operator Precedence and Associativity
Answers to Checkpoints
Answers to Odd-Numbered Review Questions