Saint Louis University |
Computer Science 146
|
Dept. of Math & Computer Science |
Meeting | Topic | References |
---|---|---|
January 18 | Introduction to object-oriented programming
Review: MATLAB matrices |
MATLAB matrices
Built-in Documentation via "Help" in MATLAB |
January 25 | Designing the public interface for our matrix class in C++ |
our initial matrix class documentation
sample code: demo.cpp |
February 1 | Defining a Class in C++ | initial matrix implementation |
February 8 | Examination of our matrix.h file (continued) | |
February 15 | Expanding a matrix | asgn05 |
February 22 | (continued work on asgn05) | |
February 29 | Using ranges to describe submatrices |
notes
asgn06 |
March 7 |
Introduction to the Proxy design pattern
(in context of assignment to a submatrix) |
|
March 14 | No Class - Spring Break | |
March 21 |
Alpha version of Matrix Proxy class
(role of .h and .cpp files in larger codebase) |
asgn07
notes |
March 28 | Further discussion of asgn07 | |
April 4 | Inheritance and Object-Oriented Design | |
April 11 | ||
April 18 | Details of our matrix_expression inheritance model | notes |
April 25 | A subtle flaw in our code | asgn10 |
May 2 | work on asgn10 |