R
Rafael Cunha de Almeida
I have some experience with pthreads in C and now I feel the need to
use threads in C++. I suppose pthreads could work, but I'm sure there's
a better way. Do you have suggestions of what I should use? I have a
CPU intensive application that can be easily divided into threads, each
thread will be very busy doing calculations and, as the end result, I
expect a value out of each of the threads.
use threads in C++. I suppose pthreads could work, but I'm sure there's
a better way. Do you have suggestions of what I should use? I have a
CPU intensive application that can be easily divided into threads, each
thread will be very busy doing calculations and, as the end result, I
expect a value out of each of the threads.