Accepting values during runtime

hi i want to accept value from user during runtime…nebdy plz help
mail on—abhishek.4anand@gmail.com [/LIST]

Hi !

I very vague question…

I assume you want to put up some kind of form to let the user change some kind of parameter ?

The easiest thing is to use the GUI support of your OS (win32, MFC, and Gtk,Qt or what ever you use on Linux).

There are some libraries that gives GUI support to OpenGL like glui, but as far as I know they all require that you use glut.

textboxes, checkboxes and so on can be implemented in OpenGL but it is a bit of work.

Mikael