- Using GCC at least 4.x.x to compile
- Server:
- gcc -o server server.c
- ./server
- Client:
- gcc -o client client.c
- ./client localhost
- Some project has lib math.h so you have to add -lm after the command to compile without error.
- Count String Length
- Echo Reply
- Check Prime Number
- Count Letter 'x'
- Count Word
- Check Right Triangle
- Remove ONE Space
- Simple Calculator
- Reversed Text
- Login Server
- Transfer Content File
- Transfer Matrix Text File
- Ceaser Cipher
- Echo Reply
- Login Server
- Simple Calculator
- Simple Chat
- 2D Matrix