Programa en C para dibujar un sistema solar usando gráficos por computadora
Requisito previo: Graphics.h , incluir graphics.h en CodeBlocks Archivos de encabezado requeridos: #incluir <stdio.h> #include <conio.h> #incluir <gráficos.h> #incluir <dos.h> #incluir <matemáticas.h> Funciones utilizadas: getmaxx(): It returns the maximum X coordinate for current graphics mode and driver. setcolor(): It is used to set the current drawing color to the new color. outtextxy(): It is used … Continue reading «Programa en C para dibujar un sistema solar usando gráficos por computadora»