// JP opened flex table

Click to See Complete Forum and Search --> : WinSock - Test App Request -


.pcbrainbuster
December 11th, 2007, 04:03 PM
Sup guys,

First of all I'd like to thank anyone who has helped me in this interesting concept! Could someone please create a server and client application in which -

- Only one user can connect
- The server and client chat(the users)

And could you guys please give me a quick rating out of 5(1, 2, 3, 4, 5) relative to how easy you find this task.

Thanks.

MikeAThon
December 11th, 2007, 09:39 PM
See "Where can I find examples of socket programs?" in the FAQs at http://www.codeguru.com/forum/showthread.php?t=326666

Mike

.pcbrainbuster
December 13th, 2007, 11:20 AM
thanks for ALL you hard work man, but, I'm working with Win32 not MFC :( Have you got any other examples related to that or any sources on the net?

BTW, it seems your quite a pro at WinSock looking at that page :)

Thanks.

ahoodin
December 13th, 2007, 11:27 AM
I don't think you read all of Mikes examples. The ones near the bottom are purely Winsock.

>thanks for ALL you hard work man,

now you need to do your part.

.pcbrainbuster
December 13th, 2007, 12:25 PM
Nicely quoted and replied :p And I'll try to check 'em out.

Thanks.

FrederikPot
December 18th, 2007, 05:45 PM
Hi, I have now my online compile server on with perhaps some usable socket examples /code ? http://84.244.8.225/ Succes !

upredsun
December 27th, 2007, 07:09 AM
I think this task is very easy.I vote 1 level.

you can use udp protocol to implement the task,i mean,chat.

using udp protocol,it is very easy and connection is not necessary between users.

//JP added flex table