Explore >> Select a destination


You are here

developernote.com
| | blog.eldruin.com
3.6 parsecs away

Travel
| | Example of inter-process comunication in C++ using STL-like streams.
| | thecodinginterface.com
4.9 parsecs away

Travel
| | The Mat class is the workhorse of OpenCV for C++ with around twenty different constructors available providing significant flexibility for building a Mat object to represent image data from a variety of sources. In this How To article I discuss and demonstrate construction of the OpenCV C++ Mat object from array and vector data types.
| | danlark.org
5.0 parsecs away

Travel
| | Today we are going to talk about C++ basic std::pair class in a way how and why it is broken. Story std::pair first appeared in C++98 as a pretty basic class with a very simple semantics -- you have two types T1 and T2, you can write std::pair and access .first and .second members...
| | cukic.co
23.7 parsecs away

Travel
| Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.