Windows Systems Programming: Spring 2002

[ Home | Syllabus | Course Notes | Assignments | Search]


Assignment 3: First COM object

Description: You will build a COM object and a MFC client to access that COM object. Thus this assignment consists of two parts:

  1. COM Server: Your COM object will implement a Student object with the following functions

    1. Set/Get Student ID

    2. Set/Get Name

    3. Set/Get numeric grade (integer) for mid term exam

    4. Set/Get numeric grade (integer) for final exam

    5. Set/Get numeric grade (integer) for term project

    6. Calculate grade for course based on the weighting 50% term project, 20% mid term exam and 30% final exam

    7. Save student information (you should use a file - this name can be hard coded into the COM object)

    8. Load student information (from the file you saved previously)

  2. MFC Client: Write a MFC client which will allow to use your COM object.

Other Requirements: 

Due: March 13th midnight


Copyright chris wild 1999-2002.
For problems or questions regarding this web contact [Dr. Wild].
Last updated: February 25, 2002.