Beginner wondering a beginner's question: how to get started.

I have no previous experience with OpenGL, but I have done programming in C++ with Borland C++ Builder. I was wondering how to get started using OpenGL for game programming.

Start at this website nehe.gamedev.net, has opengl examples from basic to advance.
Also www.gamedev.net has game programming tips from all aspects of creating a game.

Later you will want to have some good openGL books for reference, the openGL programming guide (also know as the Red book) and openGL reference guide (blue book).

Originally posted by openglbeginner:
I have no previous experience with OpenGL, but I have done programming in C++ with Borland C++ Builder. I was wondering how to get started using OpenGL for game programming.