cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Problem with overloading >> with templat
Problem with overloading >> with template and istream
May 18, 2011 at 11:29am UTC
Ronen
(11)
Thanks ,It's working now .
you're the best , thank you indeed !!
Last edited on
May 18, 2011 at 1:01pm UTC
May 18, 2011 at 11:52am UTC
Mathhead200
(1016)
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.