Program that allow you to tchat with others.
Run the following command :
gcc main.c -o main
To create a server run :
./main -s
Then, create a reader to read the incoming & outcoming messages :
./main -r <@IP> <port>
Finally, create a writer :
./main -w <@IP> <port> <pseudo>
Specials variables :
- $@ nom cible
- $< nom première dépendance
- $^ liste dépendances
- $? liste dépendances plus récentes que la cible
- $* nom fichier, sans son extension