c++,thread

Hi
how can i use c++ with thread,and how to run and compile it in UNIX or Linux environment plz tell me as i am new to thread.if possible give some site.
thanx
Look up pthreads in the man pages (pthread_create) or use the platform independent Boost threads package (www.boost.org).

Topic archived. No new replies allowed.