Hacker News new | ask | show | jobs
by copperx 2606 days ago
Does QT use the latest C++ standards? Or do you have to adhere to old conventions?
1 comments

Qt itself puts lots of effort on compatible APIs. Therefore they don't fully push "modern" APIs. However internally they use a lot of modern C++ and enable many modern things in different small steps. For a C++14/17 purist it will still be "ugly", though.