Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
74 views

Can't multithread but works with a for loop or single thread

I'm trying to get multiple threads to perform parallel calculations on a 2D array. The user specifies how many threads they want so on a 25*25 2d array if the user wants 5 threads then each thread ...
MikeC's user avatar
  • 255