COSC 1030 Midterm Exam Topics

A big part of the exam (1/2 - 2/3) will be problems similar to
those in HW7.   These problems involve
    - creating objects with constructors
    - calling and writing member functions
    - creating and working with arrays of objects

The other topics:

      - file reading 
      - 1D and 2D arrays
      - how different types of parameters work
      - the differences between data members and local variables
      - how member functions are called
                   (with or without a preceding dotted object)
      - strings (strcmp, strcpy, strln .... not strstr)