Quantcast
Channel: Cpp11 – On C++ and other OOPscenities
Viewing all articles
Browse latest Browse all 23

C++11: std::thread

$
0
0
The standard library that ships with the new C++11 contains a set of classes to use threads. Before this, we needed to use the OS specific thread facilities each OS provides making our programs hard to port to other platforms. Anyway, as today (November 16th, 2012), I tried threads using g++ 4.7 in Linux, Windows […]

Viewing all articles
Browse latest Browse all 23

Trending Articles