This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: threads in C++


On Sat, 13 Nov 1999 15:01:31 PST, you wrote:

>Hi,
>
>I would like to use a C++ class member function as the starting point for a 
>thread. 

You cannot. The starting function must be

extern "C" void* your_function_name_here (void*);

>Rich

Dima


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]