simple introductry program, hello

I have tried to use the “hello” program with visual C++. The compiler chokes on the following, among others:

glutInitWindowSize()
glutInitWindowPosition()
glutCreateWindow()
init()
Iam using the following headerfiles:
#include <windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <gl/glaux.h>
thanks

You need to #include <gl/glut.h>
If you don’t have glut get it here