On Wed, Jan 20, 2016 at 3:25 PM, Bo Thorsen <b...@vikingsoft.eu> wrote:


>
> Why do you think people hate C++? I love C++ but I hate the string
> classes. I like some part of the std containers, I don't like their API.
>
>
Spot on.

People run scared from Boost-like C++. That kind of code is very performant
but it's neither easy to write, understand or, in many cases, figure out.

On the other hand, Qt is usually love at first sight. Makes C++ look
doable. Even easy. Sure, some people who have spent a lot of time writing
C++ move on from Qt and like Boost-like code the better but that kind of
code, those APIs, are to blame for the very bad opinion many people have on
C++. They hurt C++ jobs.

Replacing QThread with std::thread? Please don't.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to