exterminator
June 30th, 2005, 01:16 AM
[Andreas]: This question is being asked in regard to the following FAQ (http://www.codeguru.com/forum/showthread.php?t=343480):
Static member functions, which don’t have class scope, do not have this extra parameter. One consequence is that you cannot use a non-static member function as a thread function even if it has the correct prototypeI didnt quite get this point. Its clear that the static member functions dont have "this" pointer and its logical enough. But the conclusion that you are withdrawing from this is not clear to me. Cilu, could you please elaborate a bit?
Thanks and regards,
Exterminator.
Static member functions, which don’t have class scope, do not have this extra parameter. One consequence is that you cannot use a non-static member function as a thread function even if it has the correct prototypeI didnt quite get this point. Its clear that the static member functions dont have "this" pointer and its logical enough. But the conclusion that you are withdrawing from this is not clear to me. Cilu, could you please elaborate a bit?
Thanks and regards,
Exterminator.