Hi again,
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 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:
after that, run the client:
I meant.
Aitor.