Question
I have tried to create a thread from a member function. Is there a proper way to do this? I attached the source and header files for the class I was doing this in.
I am trying to assign a member function to a thread, but when I do, I get an error saying "invalid use of non-static member function 'void AudioPlayer::AudioThread(const void*)'".
