0
.Couple C++ Questions about drawing shapes and condensing my code.
Any way to condense this or make it look nicer? Also trying to figure out how to get the last figure to be symmetrical, for some reason it is off a little bit. https://code.sololearn.com/cVIWUpNzB28s
4 Réponses
+ 1
if(row == 0 || row == num - 1 || col == 0 || col == num - 1 || col == row || row == num - col-1)
For last one..
And Nice one..
0
thank you! also thanks a lot on the last one, youve helped me out a lot
0
dang just needed that -1, i was stuck on that for a while
0
Good try..
And Wel come..