Saturday, July 6, 2013

C++ Notes (Practical C++ Programming Teacher's Guide Introduction)


Practical C++ Programming Teacher's Guide Introduction


This guide is designed to help with the classroom presentation of the material in Practical C++ Programming. It contains a set of teacher's notes for each chapter which give you information about the key concepts covered in the chapter as well some ideas for in-class demonstration. The live demonstration section alrets you to the live programs available for demonstration in class. There is also a set of review questions for each chapter with answers. (The “Quiz” document contains these questions without answers.) Hopefully this guide will make your teaching of C++ a little easier.


Chapter 1: What is C++?
Chapter 2: The Basics of Program Writing
Chapter 3: Style
Chapter 4: Basic Declarations and Expressions
Chapter 5: Arrays, Qualifiers, and Reading Numbers
Chapter 6: Decision and Control Statements
Chapter 7: The Programming Process
Chapter 8: More Control Statements
Chapter 9: Variable Scope and Functions
Chapter 10: The C++ Preprocessor
Chapter 11: Bit Operations
Chapter 12: Advanced Types
Chapter 13: Simple Classes
Chapter 14: More on Classes
Chapter 15: Simple Pointers
Chapter 16: File Input/Output
Chapter 17: Debugging and Optimization
Chapter 18: Operator Overloading
Chapter 19: Floating Point
Chapter 20: Advanced Pointers
Chapter 21: Advanced Classes
Chapter 22: Exceptions
Chapter 23: Modular Programming
Chapter 24: Templates
Chapter 25: Standard Template Library
Chapter 26: Program Design
Chapter 27: Putting It All Together
Chapter 28: From C to C++
Chapter 29: C++’s Dustier Corners
Chapter 29: Programming Adages
Supplement: From C to C++



Password is "smitguide" without dual quots

No comments:

Post a Comment