Tagged Questions

0
votes
1answer
225 views

mem_fun fails, pthread and class ptr

pthread takes in as its parameter void (start_routine)(void* userPtr), i was hoping i can use std::mem_fun to solve my problem but i cant. I would like to use the function void * threadFunc() and ...