Re: OT: GUI Develpment for C++ program
From: Roberto C. Sanchez (roberto_at_familiasanchez.net)
Date: 08/23/05
- Previous message: Bryan Donlan: "Re: hard related"
- In reply to: Wackojacko: "OT: GUI Develpment for C++ program"
- Next in thread: Jiann-Ming Su: "Re: OT: GUI Develpment for C++ program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Aug 2005 15:48:16 -0400 To: debian-user@lists.debian.org
On Tue, Aug 23, 2005 at 07:58:19PM +0100, Wackojacko wrote:
> In the process of learning C++ and have written a program to solve Sudoku
> grids, I know there are loads of them already :), and was just wondering what
> would be the easiest/best way to write a GUI for it.
>
> Google has just brought up so many different choices that I don't know where to
> start. A pointer in the right direction would be appreciated.
>
My personal favorite is wxWidgets (formerly wxWindows). It is cross
platform (I developed a thesis project in C++ that simultaneously
targeted Linux/Windows/OSX), and very complete, stable and mature. It
is also somewhat complex, but well documented.
Failing that, if you are going to develop a GPL app, then Qt is a good
choice.
-Roberto
-- Roberto C. Sanchez http://familiasanchez.net/~roberto
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: stored
- Previous message: Bryan Donlan: "Re: hard related"
- In reply to: Wackojacko: "OT: GUI Develpment for C++ program"
- Next in thread: Jiann-Ming Su: "Re: OT: GUI Develpment for C++ program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|