menus with glut

Hello,
does anyone know how to create a menu with
glut functions?
I mean where should be “glutCreateMenu…”
called and so on.
Thankx for all information.
Jo.

Originally posted by Jozko:
Hello,
does anyone know how to create a menu with
glut functions?
I mean where should be “glutCreateMenu…”
called and so on.
Thankx for all information.
Jo.

If you look at the tutorial section on this site there are several examples. NeHe’s site has glut examples and Nate Robins programs use glut with menus.