hi, can anyone help me with matrices multiplication function. how do i go about doing it if i wanna do multiplication of 2 square matrices? i'll first take in the size of the matrix
example:
cin >> 3
is there any solution/help to do a dynamic multiplication? ?
example:
cin >> 3
is there any solution/help to do a dynamic multiplication? ?
Comment