Tuesday 30 October 2012

Object-Oriented Programming Using C++ Book Slides

An introduction to the C++ language. Topics will include data types, control structures, functions, pointers, arrays, I/O streams, classes, objects, encapsulation, overloading, inheritance and use of these concepts in problem solving.

These are the slides of the book Object-Oriented Programming Using C++ , 4th Edition by Robert LaFore.




Chapter 1: The Big Picture : Chapter 1 Slides
Chapter 2: C++ Programming Basics : Chapter 2 Slides (Includes pp. 634 - 638)
Chapter 3: Loops and Decisions : Chapter 3 Slides
Chapter 4: Structures, Unions, and Enumerations : Chapter 4 Slides
Chapter 5: Functions : Chapter 5 Slides (Includes pp. 443 - 448)
Chapter 6: Classes and Objects : Chapter 6 Slides (Includes pp. 458 - 465 and 638 - 651)
Chapter 7: Arrays and Strings : Chapter 7 Slides (Includes pp. 440 - 443 and 452 - 457)
Chapter 8: Operator Overloading : Chapter 8 Slides (Also includes pp. 520 - 528 and Associations (pp. 357 - 358) are covered with chapter 9)
Chapter 9: Class Relationships : Chapter 9 Slides (Includes pp. 357 - 358)
Chapter 10: Pointers and Dynamic Memory : Chapter 10 Slides
Chapter 11: Polymorphism and Virtual Functions : Chapter 11 Slides
Chapter 12: Streams and Files (File I/O) : Chapter 12 Slides
Chapter 14: Templates and Exceptions : Chapter 14 Slides

For more details, examples and assignments on this course you can visit the following link:
Link

Please feel free to leave a comment if there is a dead link or a problem with the links.

No comments:

Post a Comment