User profile: louwin

User info
User name:louwin
Name:Louis Windsor
Location:Perth, Western Australia
Bio:Retired Computer Analyst/Programmer, mainframes using BASIC. Now a grandfather with 7 grandkids :)
History
Joined:
Number of posts:23
Latest posts:

Trying to include mpreal.h and says can't find it?
Thanks for your response. By including pmir.h, gmp.h, mpfr.h, DLLs and LIBs I eventually got the com...

Trying to include mpreal.h and says can't find it?
Okay, I wanted to play around with "Multiple precision arithmetic" so I copied the "mpreal.h" file i...

Multithreading loses threads at random
Thanks raschupkin. :) What a PERFECT response! :) I incorporated your code and reran the 88 Ma...

Multithreading loses threads at random
Long story.... I wrote a Mandelbrot program and got it working nicely but it was SLOW so I thought...

Please check my coding for Thread Safety issues
Thanks for your responses Norm and cire :) SetPixel not being thread-safe would explain it. I wa...