Author | Message | Time |
---|---|---|
brave2010 | how toi Create for example 2 files, namely: server, client, Server: act as servers/provider, will receive all requests from different client Client: requesters meaning that server handle multiple client can i?i'm new to socket progarmming | March 22, 2010, 4:09 PM |
rabbit | http://lmgtfy.com/?q=simple+c+socket | March 22, 2010, 6:20 PM |
Ender | http://ender.x86labs.org/code/misc/echoserver/ This will compile and run on unix. It's a simple client/server echo program. By the way, you should probably introduce yourself before you ask for help. What brought you here? For Windows you need winsock... I don't know anything about Windows programming so you'll have to find a tutorial. | March 26, 2010, 5:55 PM |