C++ threads

hi, I've downloaded tinithread++ for c++ and i can't see option to pass data to function while creating thread, is it possible in tinythread++?

could you recommend me some thread lib. I tried boost for c++ but i can't install it, when I run that .bat file in folder i get some error...

Thanks James
I've never used TinyThread++ and the library I use often depends on what system I'm using.

On Unix, I use the pthread library: http://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread.h.html

On Windows I just use Windows threads: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682516(v=vs.85).aspx
Last edited on
thanks, but i need something cross-platform
I'm pretty sure pthread is cross-platform.
thanks, it's quite new to me so i did not know :)
Topic archived. No new replies allowed.