On 3 Mar 2009 at 6:16,
wrote:
> What is the recommended tool to use in C++? I was going to use the Qt
> Gui Builder. Is there anything better?
It depends on your personal taste, of course.
Personally, I would suggest that you consider laying out your windows
directly in code, without going through a GUI tool. Sure, it's an
investment of time to get comfortable with that way of working, but the
rewards in terms of flexibility and (ultimately) development time more
than justify the effort IMO.
It's a bit like editors - sure, it's simpler just to fire up (pic|nan)o,
but the time spent learning vim (or emacs, I suppose...) will translate
into time saved every single day of the rest of your life.