Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10.8K People Reached
Favorite Tags
Member Avatar for ooops.789

I am thinking of developing a small game using Kinect for Windows. Well my intension is to use gestures to play the game. I am a newbie to Kinect, so i need your suggestions in this regard. I have three games in mind likely Tetris, Snake, Flight control. Well you …

Member Avatar for OdinSmasher
0
145
Member Avatar for ooops.789

hello....i am trying to read a some integers with spaces in a file into an array, say the integers in a text file are in the shown way 1 2 3 5 13 34 2 122 2 1 34 34 23 343 53 so now i wish to read them …

Member Avatar for Narue
0
7K
Member Avatar for ooops.789

i am trying to send a file between a client and a server using sockets in C....well i see that there is a function sendfile(), but i donno its usage, can someone guide me with an example how to send a file and receive it.....

Member Avatar for aShu5tosh
0
132
Member Avatar for ooops.789

Hello....i am trying to send a file from server to the client using socket programming in C, how do i do this?? basically the client is trying to download a file from the server....

Member Avatar for L7Sqr
0
537
Member Avatar for ooops.789

hello....i am trying to implement a client/server socket program in C to display the files available on the server to the client....how do i do this???

Member Avatar for L7Sqr
0
67
Member Avatar for ooops.789

hello....i am trying to establish a communication between server and client and later to do some communication between them, so first i am trying to establish communication and i see that server gives "segmentation fault" as the output. I am placing the code below, check it out and let me …

Member Avatar for ooops.789
0
3K
Member Avatar for ooops.789

I am trying to generate a random number, but it should not be a particular number. So i am passing the number which should not be the random number and the range in which it has to be generated to the function, and i am reinvoking the function if the …

Member Avatar for cluekiller
0
214
Member Avatar for ooops.789

hello i am trying to broadcast some values, but i dont see the function of broadcast happening....the code i had written to broadcast is #include <stdio.h> #include <stdlib.h> #include <mpi.h> int main(int argc, char *argv[]) { int rank, size, i, n, num, send; n=atoi(argv[1]); MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD,&size); MPI_Comm_rank(MPI_COMM_WORLD,&rank); if(rank==0) { …

Member Avatar for Mouche
0
127
Member Avatar for ooops.789

well i am trying to do a program, where the process 0 should start the initialization of sending messages to a random process other than itself, then the random process selected should receive the message and send to another random process. This should happen until the requested number of messages …

0
76