Romahttp://softtime.ru/cppoperator+ и operator=http://softtime.ru/cpp/read.php?id_forum=1&id_theme=760#post3879.operator+ и operator=Fri, 29 Feb 2008 07:44:32 +0300Romaoperator+ и operator=http://softtime.ru/cpp/read.php?id_forum=1&id_theme=760#post3878всем привет!!! в чем ошибка при сложении матриц? #include "stdio.h" #include"iostream.h" class Tmatr{ private:int cols,rows,**matr; public: Tmatr(int rows,int cols);...operator+ и operator=Fri, 29 Feb 2008 05:32:06 +0300Roma