Team Meeting date: 30/04/18 Dan : using Github So my two big questions are.. Is this a good idea? and How do I make a thread execute a function from a class instance? The threading system I am using right now is WinAPI and XTL (not STL). UPDATE: Okay, everyone wants to tell me about locks and data sync. The client and server threads DO NOT SHARE ANY COMMON DATA/OBJECTS. The client and server threads have their own serialized update loops and don't use any common classes or structures. I just wanted to know how to start a thread with a function in class instance scope.