vertices

  1. zegulas

    Graphics program in C

    I am trying to make a program which will accept the names and cordinates of the points to be plotted and then plot the points, its a graphics program in C language but sometimes the name given are not displayed properly (sometimes shows NULL or weird characters). #include <stdio.h> #include...
Top Bottom