OpenGL & Glut

Hi,
Im a beginner an d i like to learn opengl.
But i dont know any win programming…
so a friend told me to use GLUT.
Can anybody help me with that? Is it usable :-)? Good?
Where can I find good tutorials, using the glut wrapper?

Thanks
CU

its pretty cool in my opinion. I mainly use WIN32, but still use glut when trying something new. All of the examples in the openGL red book use glut, and you should be able to find some more examples and info on this website.

If you want user interfaces as well, you may want to look out for GLUI also.

Where can we get GLUI?

SDL is good to make window for OpenGL too.

OK, thanx! I got the red book, now lets see :-))
cu