Entering data

Hi, I am writting and application and I would like to enter data from the keyboard and write it to the OpenGL window, for example:

Please enter your name: jose
Please enter your birth date: xx/xx/xx
etc,

Does anyone know is there is function to do this?

Thanks, and happy new year!

Jose

No, there is not a function to do that.

For something so simply, just make a console application.