Re: Sockets (Client/Server)



Hi again,

On 1/3/19 8:12, aitor_czr wrote:

BuildĀ  the client and the server in a secondary plane:

$ ./server &

and then run the client as often as you wish:

$ ./client

Build the client and server:


$ gcc client.c -o client

$ gcc server.c -o server

and run the server in a secondary plane:

$ ./server &

after that, run the client:

$ ./client

I meant.

Aitor.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]