PDA

View Full Version : Programming in Ubuntu....


Lighto
December 27th, 2008, 04:40 PM
Im looking for best to use GUI toolkit for use with C++ (GCC) im using Eclipse IDE.

In windows i was using C++ with tk (from tcl/tk) to make GUIs easy.. I had used win32 API using MASM (assembly) for quite some time. Using a GUI toolkit was merely for some fun but i found it very good and saved me a lot of effort instead of having to use APIs.

Now im on linux i can seriously see the use of a GUI toolkit so my programs can work on windows and linux.

Im looking for best and easiest GUI took kit to use AND instructions on how to install/use it with ubuntu with C++.

As i said ive already been using tk from tcl/tk distribution on windows to do my guis. So anything better is what i need (and of course easy to use :).

Thanks,
Lighto

Lighto
December 27th, 2008, 05:14 PM
(Cant delete this post)

Still looking for best GUI thing though... im considering qt or gtk -,- but qt looks hard to setup and hours to make....