Shuffling a 2D vectorHow would I go about shuffling a 2D vector? [code] std::vector<std::vector<char>> hidden; ...
2D vectorThanks so much, works perfectly now
2D vectorI'm making a 2D vector for a memory match game, the user input defines the size with variables rows ...
This user does not accept Private Messages