Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: clros on January 10, 2009, 12:02:24 am

Title: Code::block and boost::thread
Post by: clros on January 10, 2009, 12:02:24 am
HI, this is my first post!

I use Code::block on Windows and Linux Ubuntu.

I have some difficulties to understand whether to create a project in which can use the functions boost::thread. 
 
I have compiled the boost libraries under linux and I don't understand whether to make to work some simple programs that use the boost::threads. Do you have some suggestion?
Title: Re: Code::block and boost::thread
Post by: thomas on January 10, 2009, 11:48:40 am
Yes, read the Boost documentation on their website. It tells you what to include, and how boost::threads works.