0
add two matrix
how can I add two matrix using multi dimentional vector??
3 Answers
0
what? please make yourself clear?
0
He probably means something like <vector <int>>, if that rings any bell.
0
<vector <vector <int>> array;
using something like that