|
-
October 12th, 2012, 01:35 PM
#2
Re: Converting console app to larger GUI based app
 Originally Posted by betaCris
I dont know where to go from here. Since I have c++ experience I would think Visual C++ would be the choice but i have been reading a lot of forums and getting other info.
Is there another language I should look at the would allow me to convert my program quicker or easier?
Visual C++ is a development environment from Microsoft, not a GUI. But without further lecturing I'll make a suggestion. Have a look at Qt,
http://qt.digia.com/
Qt is an application framework and it's the closest you'll get to the Java situation while using C++. The programs you develop will have a GUI and they will be portable among different platforms. And yes, you can use Qt with Visual C++ as your development tool (while developing on Windows).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|