Search Results

Search: Posts Made By: Johnny22
Forum: Programming 02-18-2010
6,315
Posted By Johnny22
HERE is the functional program ;). CLIENT ...
HERE is the functional program ;).

CLIENT

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <unistd.h>
#include <stdio.h>
#include...
Forum: Programming 02-16-2010
6,315
Posted By Johnny22
I'm almost done with my program but i have a...
I'm almost done with my program but i have a little problem, i don't know how i can check wich client had the best number.

I will explain in a few words what it does:

the server will get the 5...
Forum: Programming 02-14-2010
6,315
Posted By Johnny22
I have modified a little my code but it doesn't...
I have modified a little my code but it doesn't seem to work :(

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <errno.h>
#include...
Forum: Programming 02-13-2010
6,315
Posted By Johnny22
Concurrent TCP client/server
I made a program and now I need to make it concurrent.
Can someone pls help me do this ?

The code is this:

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy