Krita/C++11: Difference between revisions
< Krita
Miabrahams (talk | contribs) (Initial list of links discussing C++11/Qt) |
Miabrahams (talk | contribs) |
||
Line 1: | Line 1: | ||
= General links to C++11 and Qt = | = General links to C++11 and Qt = | ||
Note: most of these links demonstrate | '''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 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.
- ICS.com
- qt.io
- woboq.com: c++11 in Qt5
- woboq.com: c++14 in Qt5
- "C++11 lambdas are your friend"
- Warning: c++11 range-based for may be slower
- FOSDEM 2013 presentation slides
- KDAB: speed up your Qt 5 programs using C++11