Author Topic: Code::block and boost::thread  (Read 3799 times)

Offline clros

  • Single posting newcomer
  • *
  • Posts: 6
Code::block and boost::thread
« 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?

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Code::block and boost::thread
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."