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

how could i include thread programming in c++

Status
Not open for further replies.

swaroop

Programmer
Feb 4, 2001
100
0
0
US
according to my knowledge thread programming is written in c.
not in c++.

could anyone help me including the thread programming in c++
instead of in c.

could anyone give step by step approach for thread programming in c++.

thanks in advance.






 
You can create threads in C++ just like in C. As a matter of fact, your create them just the same way since C++ is a super-set of C.

Since you are posting this in the C++ Builder forum, is there any reason you don't want to use TThread?

James P. Cottingham
 
There is a good example of using TThread in "BCB Examples"... Find and use it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top