Difference between revisions of "New skills"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
Line 23: Line 23:
 
<ul>
 
<ul>
 
*  https://doc.qt.io/Qt-5/qtconcurrent-index.html  <i>Code written with QtConcurrent automatically adjusts number of threads instantiated based on number of available processor cores detected at run time . . .</i>
 
*  https://doc.qt.io/Qt-5/qtconcurrent-index.html  <i>Code written with QtConcurrent automatically adjusts number of threads instantiated based on number of available processor cores detected at run time . . .</i>
 +
*  https://doc.qt.io/qt-5/containers.html  Qt container classes, replacements for C++ STL (Standard Templates Library)
 
</ul>
 
</ul>
  

Revision as of 21:26, 10 February 2021


Cmake, a software development tool:

C++ Programming Lanuage and Topics

2021-02-09 Tuesday - Direct Rendering Manager DRM and related:


QtConcurrent . . .