New to OpenGL

I am totally new to OpenGL and I wish to program in VC++.
I am interested in drawing bezier,Hermite and B-spline curves in openGl. I undertsnad that the OpenGL evaluators can be used to achieve this. Can you point me to a site or resource where I could get programming examples for this.

Gametutorials.com has a bezier curve tutorial, towards the bottom of the page at this link: http://www.gametutorials.com/Tutorials/OpenGL/OpenGL_Pg3.htm

I think there’s also one at Nehe: http://nehe.gamedev.net

Otherwise a google search should turn up some links for you to check out.

Hope that helps!