Header Files

Hellow everybody.

I have VC++ compiler and I want to program
with OpenGL. I have header files
gl.h, glu.h, glaux.h . I want to draw a string but these files do not support it. Also I saw many example codes which use for example file glut.h and I wanted to run them
but I have not this file.
Please write were can I find such OpenGL files like glut.h and files wich support text output.

You need to download Glut.

Try looking here:
http://www.opengl.org/developers/documentation/glut/index.html?glut#1

Good luck,
jpummill