Multithreading

Started by
0 comments, last by TDragon 18 years, 8 months ago
I am trying to make a unified multithreaded application (would run under windows and unix). Windows uses _beginthread , Unix uses pThread , is there already a library or an encpasulation for these to work on both machines?
Advertisement
Absolutely -- check out boost::threads from the Boost collection. :D
{[JohnE, Chief Architect and Senior Programmer, Twilight Dragon Media{[+++{GCC/MinGW}+++{Code::Blocks IDE}+++{wxWidgets Cross-Platform Native UI Framework}+++

This topic is closed to new replies.

Advertisement