A Fast Easy 2d Text Command?

What command can I use to display 2 dimensional text on the screen with only 3 parameters, the x, the y, and the message? Does anybody know of what I speak of? Thanks

If you use glut you can write a 3 line function to do this using glutBitmapCharacter.

Look at some of my programs on my website, i have a simple 2d text routine:
Sprint(x,y,text)

http://www.angelfire.com/linux/nexusone/

Originally posted by 31337:
What command can I use to display 2 dimensional text on the screen with only 3 parameters, the x, the y, and the message? Does anybody know of what I speak of? Thanks

thanks for your help guys, unfortuneatly niether of your solutions are applicable as I’m not using glut