23 Aug
2009
23 Aug
'09
2:27 a.m.
Shaolin wrote:
I have a question, what exactly does the following piece of code from the struct do:
my_helper(FileThread* object) : object_( object ){}
I have seen it used once or twice before but cant find any documentation on it. Look up "initialisation lists" (or "initialization lists" LOL).
Cheers, Brad