cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Thread Porgramming in C++
Thread Porgramming in C++
Apr 28, 2010 at 4:56pm UTC
agoswami
(135)
Hi,
this question is not about specific about C++ but could anyone provide
any better link for thread programming in c++
Apr 28, 2010 at 7:15pm UTC
Bazzy
(6281)
Like this?
http://www.boost.org/doc/libs/1_42_0/doc/html/thread.html
Apr 28, 2010 at 7:27pm UTC
magnificence7
(188)
You might also try Intels Thread Building Blocks:
http://www.threadingbuildingblocks.org/
or just the native thread functions of the winapi:
http://msdn.microsoft.com/en-us/library/ms684847(v=VS.85).aspx
Topic archived. No new replies allowed.