User profile: ndpndp

User info
User name:ndpndp
History
Joined:
Number of posts:16
Latest posts:

Pthreads to compute Pi
Yes you are right, i am having an issue while returning, it says error in converting double to void,...

Pthreads to compute Pi
How about this one, i have returned the value and calculated at the end, but still there is some syn...

Pthreads to compute Pi
Actually i am getting the result as: value[0] = 0 value[1] = 0 value[2] = 0 value[3] = 0

Pthreads to compute Pi
Thats a pretty good explanation, i finally got it and trying to change the code and it looks like: [...

Pthreads to compute Pi
[code] If i use just this particular thing: double distance = (xValue * xValue) + (yValue * yValue)...