CSE687 - Object Oriented Design

Lecture #22 - C++ and Object Oriented Design

Revised: 06 April 2008
Home Courses Code Handouts CoreTech Books Articles Math Research Masters Projects SWDev WebDev News OtherLinks SiteDesign Graduates AllPages Office Hours Notices Contents

CSE681-SWMAA CSE686-IP CSE687-OOD CSE775-DO CSE776-DP CSE778-AWP CSE784-SWS

Lecture #01 Lecture #02 Lecture #03 Lecture #04 Lecture #05 Lecture #06 Lecture #07
Lecture #08 Lecture #09 Lecture #10 Lecture #11 Lecture #12 Lecture #13 Lecture #14
Lecture #15 Lecture #16 Lecture #17 Lecture #18 Lecture #19 Lecture #20 Lecture #21
Lecture #22 Lecture #23 Lecture #24 Lecture #25 Lecture #26 Lecture #27 Lecture #28

Contents Syllabus SG - Design SG - Templates SG - Class Relationships

Web Resources:

Stroustrup's Home Page, Assoc. of C/C++ Users, C++ at Microsoft, Code Project, Sells Brothers, Guru of the Week, C/C++ User's Journal, devCentral, Dr. Dobb's Journal, Boost Library, techNetCast

Office Hours: Instructor & TAs

Content:

This lecture discusses some Object Oriented documentation techniques. We will also discuss developing C++ Winforms at a level that will be useful for Project #4. The sample code will provide a good starting point for a GUI interface. Note that you are under no obligation to do so. You may use a console interface if you wish.
  1. Syllabus
    Describes topics to be covered, reading material for you to digest before coming to class, and due dates for the assigned projects.
  2. Project #3, Project #4, SocketCommunicator-CSE687,
  3. Midterm Makeup
  4. Whither thou goest C++ ?
  5. Herb Sutter's talk at PDC 05
  6. Stroustrup's take on the next standard for C++
  7. C++ threads
  8. Notes from the standardization committee
  9. Scott Meyers looks back - best of C++
  10. The Most Important C++ People
  11. The Most Important C++ Aha! Moments
  12. Design
  13. Design issues
  14. Common C++ Problems
  15. Fragile Designs
  16. Software Design
  17. Design Rules
    Design rules and idioms that transcend Object Oriented Design.
  18. Design Presentation
    Summarizes design issues for modules and classes.
  19. Discussion about documenting C++ designs - this will be a chalk talk with handouts.
  20. UML Notation Revisited
  21. Lecture #26 folder
    Contains a page of links to presentations and code discussed in this class. The Lecture folders will occasionally hold physical files of interest as well. Usually, however, all the materials of interest to the class are in the presentations and code folders. The contents of these folders will grow as you progress through the course.