User profile: gagamehl

User info
User name:gagamehl
History
Joined:
Number of posts:5
Latest posts:

Server/Client Communication
Alright, I can send now Arrays via: [code]char* c = reinterpret_cast<char*>(arr); int arrSize = siz...

Server/Client Communication
Well, trivial is good. That answer might have saved me hours of fruitless effort. I created a simpl...

Server/Client Communication
Alright, I reckon I got the terminology slightly wrong. Following up your answer, I checked again an...

Server/Client Communication
Hi guys, I need a little support in this matter. The topic about server client communication is qui...

CreateThread problem
I have quite a big MFC application at my disposal which I want to break down to the stuff I actually...