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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating new thread

Status
Not open for further replies.

ALEXPROG

Programmer
Aug 24, 2000
12
0
0
IL
Hi.

How can I create a new thread?
I would be interesting in creating this threads:
Artificial Intelegence
Fractals (Mandelbrot set, Julia set...)
 
> How can I create a new thread?

_beginthread()
_beginthreadex()
CreateThread()
CWinThread::CreateThread()

Also see Knowledgebase article Q104641 that discusses the ramifications of using C Runtime routines within thread created with the different API's, here is a link:
>I would be interesting in creating this threads:
> Artificial Intelegence
> Fractals (Mandelbrot set, Julia set...)

Is there a question there that I can't see?

Hope this helps
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top