reading data into 2d arrayI know that you can input multiple items at a time cout<<"Enter length and width: "; cin>>length>>...
infinite loop problem! I have an assignment in my C++ class and the code I wrote keeps running as an infinite loop. I don't...
3 cpp functions regarding infile outfileI had an assignment where i had to write 5 functions and then run them all in a main function. I c...