How to ouput text information next to image?

Hello,
I have an application which ouput opengl graphics into a MFC window(using WGL). But I also want to output some text information next to the graphics(like std::cout, printf, which does seem to work). Any easy way to do this? Thank you.

If you want to have std::cout etc print in a separate console window, this page describes how you can do that.

http://dslweb.nwnexus.com/~ast/dload/guicon.htm

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.