Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   Gui (http://www.programmingforums.org/showthread.php?t=13803)

antihaxer Aug 18th, 2007 11:35 PM

Gui
 
I was wondering what would be the best library to use for making guis in c++. When I say best I want one that
-Works on windows and linux
-Easy to use
-Flexible

ReggaetonKing Aug 19th, 2007 2:58 AM

wxWidgets. Never used it but heard good things about it!

antihaxer Aug 19th, 2007 3:12 AM

Thanks, look nice. I will give it a try.

milot Aug 19th, 2007 7:29 AM

You also have a forms designer for wxWidgets using Dev C++ with wxDev-C++ extension (which uses MingW compiler [gcc/g++ windows ports]):

:

http://wxdsgn.sourceforge.net/

antihaxer Aug 19th, 2007 3:10 PM

Thanks, downloaded that. Looks nice, will the programs be portable to linux?

rwm Aug 20th, 2007 2:48 AM

yeah, its cross platform! you will need to download the linux version..

antihaxer Aug 20th, 2007 2:56 AM

Yea, thanks, I figured that out. I have already installed both the linux and windows versions. I personally do not like using the wxdevcc, it makes you lazy imo and you do not learn essentially how the api works as you would if you coded everything from scratch.

Seif Aug 20th, 2007 9:07 AM

Quote:

Originally Posted by antihaxer (Post 132516)
I personally do not like using the wxdevcc, it makes you lazy imo and you do not learn essentially how the api works as you would if you coded everything from scratch.

I guess thats why they call them Rapid Application Development tools and not Learning API tools.

Try reiterating that statement to me sometime in the future when you require a wxWidgets Application to be developed within a timescale that is much shorter than your fingers are able to possibly deliver. ;)

antihaxer Aug 20th, 2007 9:14 AM

Well right now while I am just learning wxWidgets I think I would be better off learning how to code in it manually before letting something basically do the work for me. I completely agree though that if you are trying to do something in a short amount of time that wxdev would be a very useful tool. I mostly code on linux anyways and linux does not even have a tool like wxdev.

DaWei Aug 20th, 2007 9:56 AM

If you feel you're better off learning the API, have at it. There are plenty of supportive materials. That wasn't, however, your question.


All times are GMT -5. The time now is 8:32 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC