I am trying a program of DDA algorithm to draw a line using graphics in c. I tried to use the header file graphics.h in Visual Studio Code and it threw an error that the header file does not exist. Why is it happening?Here is the screenshot of my code and the error I got
I tried writing a program and i thought it would draw a line by giving coordinates of both starting and ending points but it threw an error that there is no such file or directory exists as graphics.h