![]() |
printing double array
Hi guys inside the double array it holds '?' character.
How would i do the format printing to print it like this ithe user input variable is the size variable if 5 is typed in it suppose to print 5 rows and columns and print 2 rows and columns if i entered 2. for example user inputs 2 +---+---+ | '?' | '?' | +---+---+ | '?' | '?' | +---+---+ it has to print the grid like this and im havin trouble with the formatting Code:
void printGridMineSize(char displayGrid[MAX_GRID][MAX_GRID], unsigned size, int getMineSize) |
Re: printing double array
Here is the solution for your prob
Code: C
|
Re: printing double array
thnxs buddy i got it
|
Re: printing double array
Quote:
|
| All times are GMT +5.5. The time now is 23:14. |