Tuesday, July 14, 2009

Is there some graphics library in C?

I mean one which provides functions such as line() and so.


Something similar to the graph library in pascal.

Is there some graphics library in C?
graphics.h
Reply:There is a cross platform library, GTK - see the link, that works on linux or windows or mac. If you're already programming in windows that functionality already exists, all based on DeviceContext and Metafiles, it's called GDI.


No comments:

Post a Comment