PDA

View Full Version : Need some ideas



neilcavendish
April 24th, 2006, 03:14 PM
Hi guys im in uni and writing my course work in c++ and i need to build a front end for it any ideas of a full program that allows it all to be done in one or something to build the front end in and link it to the c++ code. Cheers for the help.

MichaelZ
April 24th, 2006, 03:39 PM
Hello,

I am not sure to have understood what you would like to do. Could you explain a bit more?

Anyway, these links could be of some help:

http://www.bearcave.com/software/java/comp_infra.html
http://gcc.gnu.org/frontends.html

Best wishes,
Michael

neilcavendish
April 24th, 2006, 04:09 PM
Sorry i wrote this very quickly. I need to build a GUI for my c++ code. What is a good program to do this with. Thanks.

MichaelZ
April 24th, 2006, 07:48 PM
Sorry i wrote this very quickly. I need to build a GUI for my c++ code. What is a good program to do this with. Thanks.
Hello,

No problem:).

There is a lot of possibilities to write a GUI. What I personally use are wxWidgets/wxGTK and Qt. IMHO, wxGTK and Qt are among the best GUI (and more) libraries.

To help you beginning with one of them, have a look here where there are an open source book for Qt (sorry Qt 3 and not Qt 4 :() and one for wxWidgtes.

http://www.phptr.com/promotions/promotion.asp?promo=1484&redir=1&rl=1

Anyway, both offer a very good documentation, mailing lists and forums. Look at:

http://www.wxwidgets.org/
http://www.trolltech.com/products/qt/index.html

If you have some questions, do not hesitate:).

Best wishes,
Michael