News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

GUI Program compatible with Code::Blocks

Started by blackiron1, January 17, 2011, 12:14:34 PM

Previous topic - Next topic

blackiron1

Hello:

I just started learning Code:Blocks and C+ + and was wandering if anybody knows of a GUI builder program usable with Code:Blocks for the Imac?

I don't want to just write Command line software

oBFusCATed

You can try the wxSmith plugin.
It generates the gui code in applications using wxWidgets.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ptDev

Quote from: blackiron1 on January 17, 2011, 12:14:34 PM
Hello:

I just started learning Code:Blocks and C+ + and was wandering if anybody knows of a GUI builder program usable with Code:Blocks for the Imac?

I don't want to just write Command line software

There is also wxFormBuilder. It can also be used for projects built inside Code::Blocks.