Tuesday, July 28, 2009

How do I program C++ to appear as a windowed program instead of only running in command prompt?

I've designed a program in C++ that would only be useful if I found a way to have it appear as a window like any other window, not a command prompt.

How do I program C++ to appear as a windowed program instead of only running in command prompt?
Easiest solution:





Obtain Visual Studio .Net (2003 or 2005).





Create a new Managed C++ Application (Windowed).





Use the Form Designer to design your form. You may have to learn a little .Net to get it going, but its super easy.
Reply:you may have to use MFC for it


http://www.freeprogrammingresources.com/...





http://coding-zone.co.uk/cpp/win.shtml





http://www.codeguru.com/





http://www.coding-zone.co.uk/cpp/
Reply:"Qt"





-get the evaluation version





http://www.trolltech.com/products/qt
Reply:Have u did window programming? if not then it will run only in command line. To run in windows use VB, QTDesigner(linux) like softwares to make window softwares.
Reply:CrNtRL ALt DLT dude


No comments:

Post a Comment