Why Object Oriented Programming?
* The crisis in software engineering
* Does Object Oriented Programming (OOP) help?
* OOP and Client/Server computing
* OOP and the Job Market
* OOP requires notion of Abstract Data Type

C++? encompasses all essential C
* Incompatibilities between ANSI C and C++
* New Identifiers
* Function declarations required
* Global data
* Structs Simplified
* Types
* Assignment statements
* Initializations
Miscellaneous
* How to share header files between C++ and C
* C++ comments
* I/O, I/O and Off to Work We Go...
* Standard places to read and write
* Somewhat simpler i/o offered
New features
* Pass by reference
* Default arguments and more much more
|