glut.h does not exists

I have installed VC++ 6 but I do not have the glut.h file, how can I get it.

Hello there,
Yeah VC++ 6 does not have the glut.h installed you have to download it. Check this link http://www.opengl.org/resources/libraries/glut.html
FOr getting started with glut, have a look at http://www.lighthouse3d.com/opengl/glut/index.php3?1
Hope this will help. thanx

Thank you.

That is very helpful

hm, maybe you can check freeglut out too

freeglut page @ sourceforge
(this is the official “version” of glut that is used on unix-based OS, such as linux)