C++ Programming and Technical

Why shouldn't my Matrix class's interface look like an array-of-array?

Read Solution (Total 0)

C++ Other Question

How do I create a subscript operator for a Matrix class? Should I design my classes from the outside (interfaces first) or from the inside (data first)?
A: From the outside!