i know it might have been talked about before but i didn't understand much from the explanations before and will be glad if someone can explain again
my template looks like this
template<typename T,int r,int c>
class Matrix
with std::vector<std::vector<T> > Mat; serving as a privet member
i managed to overload the () with not much trouble but when it comes to [][] i am stumped and stuck on that for more then a day now so any help will be much appriciated