Matrix with unique pointer in c++
Hello.I have to create a matrix with unique pointers and do the following :
1.Matrix a, b
2.Matrix c(b)
3.Matrix d=a
4.Natrix e=a+b
6 years ago 1
Answer(1)
Purchase the answer to view it
NOT RATED
Hello.I have to create a matrix with unique pointers and do the following :
1.Matrix a, b
2.Matrix c(b)
3.Matrix d=a
4.Natrix e=a+b
Purchase the answer to view it