I\'m looking for some easy to use cross-platform threading library written in C++.
What\'s your opinion on boost::thread or Pthreads? Does
boost::thread
Pthreads
SDL is simple, cross-platform and has threading support.