Search found 4 matches

by umegg
February 14th, 2012, 3:30 pm
Forum: Everything
Topic: Socket with Critical section
Replies: 4
Views: 3557

Re: Socket with Critical section

don't worry , thx
by umegg
February 14th, 2012, 10:37 am
Forum: Everything
Topic: Socket with Critical section
Replies: 4
Views: 3557

Re: Socket with Critical section

for Critical section i used a personal library but you can change to LPCRITICAL SECTION of the Winsock2.h


PS: i've split the 2 project in 3 parts because the forum limit is 256kb upload
by umegg
February 10th, 2012, 3:37 pm
Forum: Everything
Topic: Socket with Critical section
Replies: 4
Views: 3557

Socket with Critical section

I have 2 problem with my application "chat". I've created a class named "TextMessage" that have a packet structure.Here is: class TextMessage { public: static const int MAXSIZE = 508; static const int HEADER_SIZE = 4; //virtual bool validate() = 0; //virtual void execute() = 0; TextMessage() { m_pDa...
by umegg
February 8th, 2012, 3:50 pm
Forum: Everything
Topic: HELLO WORLD!
Replies: 1
Views: 2386

HELLO WORLD!

Hi Chili.I'm Fabio and days ago i send you a message on Youtube(i'm the italian guy)
I want to use this topic to receive help on my way to become videogame programmer with C++