Starting out with c++ (7th ed )

Authors:

Language: English
Cover of the book Starting out with c++ (7th ed )

Approximative price 110.33 €

Subject to availability at the publisher.

Add to cartAdd to cart
Publication date:
1152 p. · 20.3x25.4 cm · Paperback

CHAPTER 1 Introduction to Computers and Programming
CHAPTER 2 Introduction to C++
CHAPTER 3 Expressions and Interactivity
CHAPTER 4 Making Decisions
CHAPTER 5 Looping
CHAPTER 6 Functions
CHAPTER 7 Introduction to Classes and Objects
CHAPTER 8 Arrays
CHAPTER 9 Searching, Sorting, and Algorithm Analysis
CHAPTER 10 Pointers
CHAPTER 11 More About Classes and Object-Oriented Programming
CHAPTER 12 More About Characters, Strings, and the string Class
CHAPTER 13 Advanced File and I/O Operations
CHAPTER 14 Recursion
CHAPTER 15 Polymorphism and Virtual Functions
CHAPTER 16 Exceptions, Templates, and the Standard Template Library (STL)
CHAPTER 17 Linked Lists
CHAPTER 18 Stacks and Queues
CHAPTER 19 Binary Trees
Appendix A: The ASCII Character Set
Appendix B: Operator Precedence and Associativity
Index

Student CD
The following appendices are on the accompanying Student CD.
Appendix C: A Brief Introduction to Object-Oriented Programming (revised)
Appendix D: Using UML in Class Design
Appendix E: Namespaces
Appendix F: Passing Command Line Arguments
Appendix G: Header File and Library Function Reference
Appendix H: Binary Numbers and Bitwise Operations
Appendix I: C++ Casts and Run-Time Type Identification
Appendix J: Multi-Source File Programs
Appendix K: Multiple and Virtual Inheritance (new)
Appendix L: Introduction to the MinGW C++ Compiler and the wxDev-C++ IDE (new)
Appendix M: Introduction to Microsoft Visual C++ 2008 Express Edition (new)
Appendix N: .NET and Managed C++
Appendix O: Introduction to Flowcharting
Appendix P: Answers to Checkpoints
Appendix Q: Answers to Odd-Numbered Review Questions