I'm trying to get started into threading on C++ in eclipse. I want to create Windows applications, and I found that MinGW can't work with threads. I read that others like Cygwin aren't totally compatible.
How do I write threaded programs that works on multiple platforms?