Working with graphics.

I'm working with graphics using dev c++. I Have some programming experience using c++ but this is my first time to use dev c++ as a compiler. I can't use the moveto ()and lineto() function because the library #include <graphics.h> cannot be recognize by dev c++ compiler. What is the new library for "<graphics.h>" ?
Graphics.h is deprecated and no longer used.

I'd suggest an alternative, but I'm not working with graphics myself.
First update your dev-c++ to wxDev-C++. After that which tutorial are you using? I could point you to one if you'd prefer to try another.
Topic archived. No new replies allowed.