Posts by Diogo Martins • 1 point
2 posts
-
0
votes1
answer338
viewsQ: Multiplication of C++ matrices
I am making a program in C++ that allows the multiplication of 2 matrices, my problem is that I did not want to have to predefine the size of each matrix, so I used the following code: int ia, ib,…
c++asked Diogo Martins 1 -
-2
votes1
answer88
viewsQ: Repeat until the correct letter is typed
Using the function switch, case 'T' : case 'T' : default: How do I for example the two cases represent a letter each, but if the user chooses a different one then follow by default that will remake…
c++asked Diogo Martins 1