Posts by vcatafesta • 11 points
1 post
-
1
votes2
answers2039
viewsA: Function to draw a rectangle in the Console in C
void box(int iTop, int iLeft, int iBottom, int iRight, int icor, char cchar) { int i; int x; int x1 = iTop; int x2 = iLeft; int y1 = iBottom; int y2 =…
canswered vcatafesta 11