
30 Dec
2012
30 Dec
'12
4:53 a.m.
Hi Philip, 2012/12/30 Philipp Kraus <philipp.kraus@flashpixx.de>:
Which structure must be implementated for the class myThread and from which class must be derived?
no need for derivation. Just implement operator() for your class like so: class myThread { public some methods void operator()() { // this will run in new thread } private some properties } Cheers, Simon -- Szymon Gatner The Lordz Games Studio www.thelordzgamesstudio.com