hw-06 | programming language design - fall'2006, dr. s. yurttas - solution
rationale
This is another assignment to practice and show that you're able to design, implement, and test a class from a given specification.

You'll practice pure object-oriented language constructs in C++.

This application is focused on classes, objects, functions, so that, you can see and understand that the applications are not just algorithms based, but data structures/data types oriented, as well.

problem
You'll do full implementation of class Matrix for the given specification by the implied meanings of the members, appropriately.

You'll write a complete test function of class Matrix objects with all members.

  • Constructor should use initial values provided from a datafile of yours.
  • You can add any members public or private, if need be, as utility members.
  • Structuring and composition as interface/implementation separation and testing function should be provided.
  • You can use/reuse: C++ collection.
credit : 10 points due November 10 by 11pm.

Valid XHTML 1.0 Transitional