Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 286 Bytes

server-client-communication

This is a program where the client send 2 numbers and an arithmetic operation to the server, the server computes the request and sends the result back to the client

how to compile client: gcc gtkclient.c -o gtkclient pkg-config --cflags --libs gtk+-2.0