please help me donload opengl lib files

Where to download glut32.lib and other required files to compile small programs like th down.

#include"windows.h"
#include"gl.h"
#include"glu.h"
#include"glut.h"

void main()
{
moveto(100,50);
lineto(150,80);
}

Well that depends on the compiler/operating system you are using.

In case you are using Windows and Visual C/C++ 6 or .Net look here:

http://www.xmission.com/~nate/glut.html

Besides, that little example program of yours wont compile even with GLUT.