Mar 14, 2001 #1 swaroop Programmer Feb 4, 2001 100 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.
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.
Mar 14, 2001 #2 2ffat Programmer Oct 23, 1998 4,811 US 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 http://www.ivcusa.com Upvote 0 Downvote
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 http://www.ivcusa.com
Mar 14, 2001 #3 drLect0r Vendor Feb 24, 2001 15 RU There is a good example of using TThread in "BCB Examples"... Find and use it! Upvote 0 Downvote