Server/Client CommunicationAlright, I can send now Arrays via: [code]char* c = reinterpret_cast<char*>(arr); int arrSize = siz...
Server/Client CommunicationWell, trivial is good. That answer might have saved me hours of fruitless effort. I created a simpl...
Server/Client CommunicationAlright, I reckon I got the terminology slightly wrong. Following up your answer, I checked again an...
Server/Client CommunicationHi guys, I need a little support in this matter. The topic about server client communication is qui...
CreateThread problemI have quite a big MFC application at my disposal which I want to break down to the stuff I actually...