Hi
I am new to threading.
I am trying to reuse functions that store data in variables and structures etc. Rather than doubling up on everything and using if else etc. I was thinking about using arrays and 2D arrays.
There would be the main thread which can call 2 other threads, each thread more or less a duplicate except for data storage and control etc.
Is the 2d array idea viable?