[Qt-interest] [Ann] Qt Creator and Qt 4.5 Betas Released Today
Daniel de Kok
me at danieldk.org
Sun Dec 21 17:19:53 CET 2008
On Sun, Dec 21, 2008 at 3:47 PM, Robert Hairgrove <evorgriahr at hispeed.ch> wrote:
> Did you install just the binary version, or did you compile it yourself?
I used the binary version. It's correct that building Qt Creator
requires Qt 4.5, Qt 4.5 libraries are included in the binary archive.
> For a long time, Qt supported a lot of older compilers which had trouble
> with the C++ standard template library. Now that support for these old
> compilers is being phased out, and the STL is mature now and supported
> by all the major vendors, I wonder why there is a need for
> QSharedPointer when there is already a very nice one in the Boost library?
I guess because it will take some time before the future standard is
supported by all compilers and standard libraries. Though, TR1
shared_ptr from any recent GNU libstdc++ version works fine :^).
> There are a lot of these substitute classes in the Qt library ... QList,
> QByteArray, etc.
And soon QHash and QSet, with TR1 unordered_set and unordered_map. In
these cases, I prefer the TR1 counterparts, because they allow for
specifying a comparison function as a template parameter, which is
more comfortable for containers with pointers.
More information about the Qt-interest-old
mailing list