Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create array of tthreads?

Status
Not open for further replies.

lechoo

Programmer
Aug 27, 2004
1
PL
Does anyone know how to create an array of TThread objects? I would like to control multiple threads like this:

thrdArr->Resume();

Perhaps someone has better idea to do that.
Thanks for any help
 
add the pointers to and array of type pointers

maybe, kinda sorta

tomcruz.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top