c++ - Create a Window in a Visual Studio 2012 console application? -


is there way create window in c++ console application? have console application creating data , want show them in graphics, not inside console. possible?

you use function called createwindowex(), see here.

it's rather complex, need create wndclassex structure , use registerclassex() on before passing parameter createwindowex(). need create message procedure function.

this article on msdn runs through quite nicely


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -