Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Qt has moved into C++11+ world for quite some time. IIRC 5.7 was an important step in that direction, and they keep moving that way.

Move semantics are much better. Not sure what you mean by clear pointer ownership, though.



`unique_ptr` and `shared_ptr` semantics


Qt does have QSharedPointer and QWeakPointer. Also, you can use QScopedPointer for things like implementing RAII with custom deleters, etc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: