Hi,
I'm currently using VC++6.0 and opengl for simulation purposes. My current problem is more on Visual C++. I need to output integers on the screen using visual C++ facilities. Can I use TextOut? How do I then convert integer to string? If not TextOut, then what else must I use?
Can I do the same thing using opengl facilities instead of Visual C++?



), the function to use is sprintf().