+ 1
How to implement matrices in cpp? Overloading operators (+, -,*,<<and >>) ?
I managed to overload the output but it keep showing error when i want to overload input, also i don't know how to make the +, -, * access the 2D array by index and give correct results, please help me out!!
1 Resposta
+ 1
Could you show the code?