Title:
socket_programing-msg_transfer Download
Description: socket programing:
type-->message transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the message mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c-o outputfilename.o
To Search:
File list (Check if you may need any files):
socket programing-msg transfer
..............................\client file in message transfer.c.c
..............................\server file in message programming.c