|
-
April 6th, 2009, 05:27 PM
#1
[RESOLVED] c++ ide similar to VB
what IDE/gui library is available out there for c++ that is :
1- cross platform (windows and linux)
2- open source OR free
3- has visual gui design interface (i.e similar to visual basic)
thankx
-
April 6th, 2009, 05:46 PM
#2
Re: c++ ide similar to VB
-
April 7th, 2009, 08:27 AM
#3
Re: c++ ide similar to VB
 Originally Posted by Skizmo
thank you
what else
-
April 7th, 2009, 08:32 AM
#4
Re: c++ ide similar to VB
Qt is the best there is if you want a free, cross-platform, all-in-one package. It is also probably the only cross-platform solution there is that is so complete like Qt.
-
April 7th, 2009, 08:41 AM
#5
Re: c++ ide similar to VB
Other possibilities are WxWidgets and GTK+.
-
April 7th, 2009, 09:06 AM
#6
Re: c++ ide similar to VB
thank you very much all responses were helpfull
-
April 8th, 2009, 03:03 PM
#7
Re: c++ ide similar to VB
ok what about commercial products?
-
April 8th, 2009, 07:03 PM
#8
Re: c++ ide similar to VB
If you go the GTK+ route, Glade is very popular and also very pleasant to use (although probably a bit different from the VB designer — in several good ways, in my opinion). The interfaces generated are cross-language (it's two parts: an XML GUI description file and a library to work with them, so you don't have to recompile your app to change your GUI).
The Linux community isn't big on commercial products in general... what do you want one for? Qt and QtDesigner are available under a commercial license if you pay for it.
-
April 9th, 2009, 01:14 AM
#9
Re: [RESOLVED] c++ ide similar to VB
They released the visual studio add-in and Qt Creator IDE for free. so QT is a good choice.
Last edited by Wahid; April 9th, 2009 at 01:17 AM.
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
|