Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
int WINAPI WinMain (HINSTANCE p1, HINSTANCE p2, LPSTR p3, int p4) { }
我希望在单击按钮时弹出控制台,正确的方法是什么?
更新 如何将文本输出到该控制台?
尝试使用 AllocConsole()
http://msdn.microsoft.com/en-us/library/ms681944%28VS.85%29.aspx
检查:http: //msdn.microsoft.com/en-us/library/ms681944%28VS.85%29.aspx