Quantcast
Viewing latest article 12
Browse Latest Browse All 23

C++11: std::thread

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 […]Image may be NSFW.
Clik here to view.

Viewing latest article 12
Browse Latest Browse All 23

Trending Articles