passing reference of 2d vector of charactersThank you very much, I understand vector's make a lot of things easier. I just need to learn the cor...
How do I add a loop to this code[code] do { cout << "Try again? [y or Y]" } while (userInput = 'y','Y') [/code] ...
passing reference of 2d vector of charactersHi everyone, So far, I have only used a 2d array for a matrix. I was given the declaration of the v...