For Dummies C++, 6th Edition 978-0-470-31726-6 Manuel D’Utilisation

Codes de produits
978-0-470-31726-6
Page de 12
Contents at a Glance
Introduction ................................................................ 1
Part I: Introduction to C++ Programming ...................... 7
Chapter 1: Writing Your First C++ Program.................................................................... 9
Chapter 2: Declaring Variables Constantly................................................................... 25
Chapter 3: Performing Mathematical Operations ........................................................ 41
Chapter 4: Performing Logical Operations ................................................................... 49
Chapter 5: Controlling Program Flow ............................................................................ 63
Part II: Becoming a Functional C++ Programmer ......... 79
Chapter 6: Creating Functions........................................................................................ 81
Chapter 7: Storing Sequences in Arrays ....................................................................... 95
Chapter 8: Taking a First Look at C++ Pointers .......................................................... 111
Chapter 9: Taking a Second Look at C++ Pointers ..................................................... 127
Chapter 10: The C++ Preprocessor .............................................................................. 145
Part III: Introduction to Classes ................................ 159
Chapter 11: Examining Object-Oriented Programming ............................................. 161
Chapter 12: Adding Class to C++ .................................................................................. 165
Chapter 13: Point and Stare at Objects ....................................................................... 181
Chapter 14: Protecting Members: Do Not Disturb ..................................................... 197
Chapter 15: Why Do You Build Me Up, Just to Tear Me Down Baby? ..................... 205
Chapter 16: Making Constructive Arguments ............................................................ 217
Chapter 17: Copying the Copy Copy Copy Constructor ........................................... 235
Chapter 18: Static Members: Can Fabric Softener Help? .......................................... 247
Part IV: Inheritance ................................................. 255
Chapter 19: Inheriting a Class ...................................................................................... 257
Chapter 20: Examining Virtual Member Functions: Are They for Real? ................. 265
Chapter 21: Factoring Classes ...................................................................................... 273
COPYRIGHTED MATERIAL