Posts by Bela Camargo • 11 points
1 post
-
1
votes1
answer1352
viewsQ: How to fill a heart?
when contouring a heart: #include <stdio.h> #include <stdlib.h> #define TAM_MAX_PONTOS_EXTERNOS 300 #include <math.h> typedef struct{ float x; float y; } ponto; int main() {…
casked Bela Camargo 11