+ 1
How can I print every thing only one time ?
I can’t find a simple way to print the map only one time . Please help me , and if you have some tips tell me please https://code.sololearn.com/co37OntiMj6F/?ref=app
1 ответ
+ 2
If you are using conio.h, then you may want to look into gotoxy(x, y) function, so it will ease your boundary drawing by placing it into a single function.