Krita/C++11: Difference between revisions

From KDE Community Wiki
(Initial list of links discussing C++11/Qt)
 
Line 1: Line 1:
= General links to C++11 and Qt =
= General links to C++11 and Qt =
Note: most of these links demonstrate a Silicon Valley level of optimism.  Take them with a grain of salt.  There is no such thing as a free lunch.
'''Note:''' as would be expected from those interested in hot new technology, the writers of most of these links demonstrate Silicon Valley levels of extreme optimism.  Take this with a grain of salt.  There is no such thing as a free lunch.
 
http://www.ics.com/blog/qt-and-c11
http://blog.qt.io/blog/2011/05/26/cpp0x-in-qt/
http://woboq.com/blog/cpp11-in-qt5.html
http://woboq.com/blog/cpp14-in-qt.html
http://artandlogic.com/2013/09/qt-5-and-c11-lambdas-are-your-friend/
http://www.dvratil.cz/2015/06/qt-containers-and-c11-range-based-loops/
https://archive.fosdem.org/2013/schedule/event/introcplusplus11/attachments/slides/203/export/events/attachments/introcplusplus11/slides/203/fosdem2013_cpp11.pdf
https://www.kdab.com/wp-content/uploads/stories/slides/DD12/mutz-dd-speed-up-your-qt-5-programs-using-c++11.pdf


* [http://www.ics.com/blog/qt-and-c11  ICS.com]
* [http://blog.qt.io/blog/2011/05/26/cpp0x-in-qt/ qt.io]
* [http://woboq.com/blog/cpp11-in-qt5.html woboq.com: c++11 in Qt5]
* [http://woboq.com/blog/cpp14-in-qt.html woboq.com: c++14 in Qt5]
* [http://artandlogic.com/2013/09/qt-5-and-c11-lambdas-are-your-friend/ "C++11 lambdas are your friend"]
* [http://www.dvratil.cz/2015/06/qt-containers-and-c11-range-based-loops/ Warning: c++11 range-based for may be slower]
* [https://archive.fosdem.org/2013/schedule/event/introcplusplus11/attachments/slides/203/export/events/attachments/introcplusplus11/slides/203/fosdem2013_cpp11.pdf FOSDEM 2013 presentation slides]
* [https://www.kdab.com/wp-content/uploads/stories/slides/DD12/mutz-dd-speed-up-your-qt-5-programs-using-c++11.pdf KDAB: speed up your Qt 5 programs using C++11]


= Particular Features =
= Particular Features =

Revision as of 23:19, 14 October 2015

General links to C++11 and Qt

Note: as would be expected from those interested in hot new technology, the writers of most of these links demonstrate Silicon Valley levels of extreme optimism. Take this with a grain of salt. There is no such thing as a free lunch.

Particular Features