| troutguy (22) | |||||
|
I am working on an application that uses multiple threads to connect pipes to 8 other processes...so my question is how to i utilize an array of threads in .net C++? I tried:
and then instantiate each thread using a loop:
this gets me an error regarding an upper level '^'... How do i get this done? Any help? | |||||
|
|
|||||
| troutguy (22) | |||||
I figured it out...needed
I forgot it's an array of pointers to handles....Ultimately. Used like any other object...like strings...
Solved... | |||||
|
|
|||||
| Moschops (5981) | |
| You'd get better responses on a .NET forum rather than a C++ forum. | |
|
|
|