Skip to content

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

Notifications You must be signed in to change notification settings

nyanick/server-client-communication

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages