Okay so basically I\'m supposed to make a matching game. I have two structs that I\'m using. Which are:
struct Move
{
int row,col;
};
struct C