j
k
j a
j l
Zitat von Daniel Veneros :
Hey, I'm trying to start a thread from a Class but the only way I did it was using a pointer.
IIUC: boost::thread thr; //... boost::thread(bind(&thread_start)).swap(thr);
Back to the thread
Back to the list