graphics in C

how do i implement graphics in C using OpenGL?

I’m on Ubuntu Feisty Fawn. So far in my undergrad course we only used the crappy turbo C with <graphics.h> headers.

There are two OpenGL libraries for C/C++. One on them is GLUT that can be found here

GLUT - The OpenGL Utility Toolkit

I dont remember the other i think its GLU or something.

I dont remember the syntax but hopefully this page will help
paul’s opengl page