Hi all,
I remember when I used Turbo C under windows that there was a library called <graphics.h>. This thing let you invoke a simple graphics enviroment. Not GUI elements just simple ovals, rectangles, lines, etc. I found it extremely useful for plotting graphs like sines and other math stuff. Is there anything like this under gcc?? If yes, please show me how. It would be cool because currently I have a networks course and we need to gather stats from our protocol implementation and it would look great to graphically show our stats.

thanks, peace,

J