Click to See Complete Forum and Search --> : .NET c++ threads


katarek
January 10th, 2005, 03:35 AM
hi.
what should i do to send a params to thread in C++ (thread described in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemThreadingThreadClassTopic.asp)

help me:)

Andreas Masur
January 10th, 2005, 04:03 AM
Take a look at the section 'Passing Data To Threads' in the following article (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconCreatingThreads.asp)...