Im pretty new to c++, and am really only using cin and cout so far, but im creating a program for a math class that can quickly multiply matrices together. I have created the whole thing but have one problem.
when a user enters the two matrices they have to enter it like this:
3
4
5
6
Is there anyway to set up cin so that I can have users input numbers like this?
3 4
5 6