簡單的鼠標操做

1 #include "graphics.h" 2 #include "conio.h" 3 4 5 void main(){ 6 // 初始化界面 7 initgraph(640, 480); 8 9 for (int x = 0; x < 451; x += 50){ // 畫 10 * 4 個50 * 50 的空白格子 10
相關文章
相關標籤/搜索