Forum: C Apr 16th, 2008 |
| Replies: 10 Views: 1,482 |
Forum: C Apr 15th, 2008 |
| Replies: 10 Views: 1,482 The pthread_create() routine permits the programmer to pass one argument to the thread start routine. For cases where multiple arguments must be passed, this limitation is easily overcome by creating... |
Forum: C Apr 15th, 2008 |
| Replies: 10 Views: 1,482 hmmmmm,,,
first of all marry me salem i sware ull learn how to love me ,, 55555 thank u u gave me an idea
how about i slice the array like so asize/Num_Threads.
i know im gana do a for loop (this... |
Forum: C Apr 15th, 2008 |
| Replies: 10 Views: 1,482 #include<stdlib.h>
#include<stdio.h>
#include<time.h>
#include <pthread.h>
void *thread_function(void *);
int main(void)
{
srand(time(0); |
Forum: C Apr 15th, 2008 |
| Replies: 10 Views: 1,482 well what i did so far is iv created the array and found the max and iv created the threads but i cant seem to figure the max function for the threads them selves
& im working on a linux o.s
:)... |
Forum: C Apr 13th, 2008 |
| Replies: 10 Views: 1,482 hey guys .. ausome forum ... i know the basics of c programming but i am going on to the next level and i am having some diffculties ..with multi-threading ...
theres this program i read but i... |