Code: class CMatrix { public: void Print() const; }; void CMatrix::Print() const { }
class CMatrix { public: void Print() const; }; void CMatrix::Print() const { }
All the buzzt CornedBee "Writing specifications is like writing a novel. Writing code is like writing poetry." - Anonymous, published by Raymond Chen Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Forum Rules