dda

  1. Plasma_Snake

    Debug the DDA

    Below the is the program code for DDA line drawing algorithm. It compiles with no error and runs fine on my college computers but at my home it gives "run time error" which is"BGI Error: Graphics not initialized(use 'initgraph')".:( Resolve it please. #include<stdio.h> #include<conio.h>...
Top Bottom