Problem with overloading >> with template and istream

Thanks ,It's working now .

you're the best , thank you indeed !!
Last edited on
Just to be sure on line 17 void Matrix<T>::getInput(istream &ins)
you keep refering to an istream is. You ment ...getInput(istream &is) right, or is is defined in the class Base?
Topic archived. No new replies allowed.