Borland Builder C++ 5.2::Error 2061??? - CodeGuru Forums
... if (i >= matrix.rows || k >= matrix.cols) throw std::range_error("Range error in Matrix::Helper::operator[]() const"); return matrix.data[matrix.cols * i + k ]; } U& operator[](unsigned int k) { assert(i < matrix.rows); assert(k < matrix ...
forums.codeguru.com |