How do I programatically pop up a console from winMain in C?
Posted
by httpinterpret
on Stack Overflow
See other posts from Stack Overflow
or by httpinterpret
Published on 2010-05-08T04:41:09Z
Indexed on
2010/05/08
4:48 UTC
Read the original article
Hit count: 180
int WINAPI WinMain (HINSTANCE p1, HINSTANCE p2, LPSTR p3, int p4)
{
}
I want a console to pop up when I click a button,what's the proper way to do it?
© Stack Overflow or respective owner