opengl

could someone please tell me what i have to to use opengl in visual c++. Ive been downloading all stuff for over a month but I still cant get it work.

You really don’t need anything if you already
have Visual C++, all libraries are included,
assuming you are not using glut.
Are your programs not compiling?
Have you gone to PROJECTS,SETTINGS,LINK
and added glaux.lib opengl32.lib glu32.lib
to Object/library modules?
Be more specific if this doesn’t help,
good luck.