showBoard function using structs and pointers

后端 未结 0 1350
萌比男神i
萌比男神i 2021-02-05 14:56

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题