24 Feb
2009
24 Feb
'09
5:35 p.m.
Hi, I'm sure the question is very banal... I have a thread object stored in a class: class MyClass { private: void Init(); boost::thread _thread; } How can I create it in the implementation code? MyClass::Init() { // start thread here... } Tnx. Daniele.