[Interest] Why QString and not std::string?

Michael Seydl michael.seydl at gmail.com
Sat Jun 16 17:39:27 CEST 2012


Nobody forces you to. Due to naming conflicts of slots and signals moc including boost can be quite a hassle. What I tried to say is std::string needs enhancement when QString is not available and that one good stable possibility is boost. 

Personally I used boost::bind and boost::function even in Qt projects sometimes, but that's just my odd preference in the light of slots and meta object method invocation. 

Greets,
Mike

On 16.06.2012, at 16:50, wargand at gmx.dde wrote:

> On Sat, Jun 16, 2012 at 04:45:28PM +0200, Michael Seydl wrote:
> 
>> Who codes C++ without boost
>> nowadays? boost::lexical_cast ftw.
> 
> I use both, but usually don't mix. Why should I use boost in 
> a Qt project? If boost does not provide anything I need,
> which I cannot get from Qt?
> 
> Guido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120616/3a8f19f8/attachment.html>


More information about the Interest mailing list