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
http://lmgtfy.com/?q=simple+c+socket
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.