CSE687 - Object Oriented Design

Lecture #23 - .Net's Managed C++

Revised: 4/28/2011
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 Managed C++.
  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. Midterm Makeup
  3. There will be a grievence day session for Project #2 grading, on Tuesday, March 10th, starting at 10am, in CST 1-218. I've put a file, testPr2.htm, developed by the TAs and used for grading, in the projects folder.
  4. Project #4 - First look

  5. Chalk talk about requirements and design issues for Project #4.
  6. Project #4
    File dependency analysis
  7. Managed C++ and .Net Framework

  8. Managed C++ Presentation
  9. Managed C++ Sytax Demos
  10. Managed C++ Bridge to C# Demo
  11. User Interfaces and packaging

  12. The art of truely awful interface design
  13. Fragile Designs
  14. Modular structure
  15. User interfaces and testing
  16. Use of Dynamic Link Libraries (DLLs)
  17. Design Presentation
    Summarizes design issues for modules and classes.
  18. Design Rules
    Design rules and idioms that transcend Object Oriented Design.