在c++上用圖形庫graphics.h邊框

在c++上用圖形庫graphics.h製作邊框 定義一個二維數組,可以把二維數組想想成一個個小的正方形,通過二維數組的下標乘上相應的參數來確定所需要畫的正方形的橫縱座標。 #include<iostream> #include<graphics.h> #include<conio.h> using namespace std; #define M 48 #define N 48 void ches
相關文章
相關標籤/搜索