What is the easiest way to create multithreaded applications with C/C++?
Posix Thread is quite good, they also come with great documentation and tutorials.
Not as easy as java threads, but still quite good.