![]() |
| | #1 |
| Registered User Join Date: Mar 2004
Posts: 114
| starting to learn multi threading i wish to learn multi threading, API style, for win 98 anybody pls can recommend articles for a newbie like me to start learning this? |
| hanhao is offline | |
| | #2 |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| Are you really familiar with the basics of C++ programming yet? If you don't know what volatile means yet, then you're not ready for MT programming IMO
__________________ If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut. Up to 8Mb PlusNet broadband from only £5.99 a month! |
| Salem is offline | |
| | #3 |
| Registered User Join Date: Apr 2004
Posts: 29
| volatile Volatile: (from Oct 2001 MSDN Library) declares an item whose value can legitimately be changed by something beyond the control of the program in which it appears, such as a concurrently executing thread. So Since Code: volatile and Do DLLs execute in the same thread as the executables that implement them? If not (or if so) does this mean that DLLs are connected to the executables that implement them per the keyword Code: volatile http://www.edwardtisdale.com |
| edwardtisdale is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Book for Newbie trying to learn C | uthscsa19 | C Programming | 23 | 12-24-2005 11:02 AM |
| Can you actually learn c++ in 21 days? | Raeliean | C++ Programming | 14 | 07-27-2005 03:41 PM |
| You have to learn C in order to learn C++ | gandalf_bar | A Brief History of Cprogramming.com | 20 | 07-16-2004 10:33 AM |
| Starting with classes: Your opinion | RoD | A Brief History of Cprogramming.com | 17 | 10-30-2002 06:22 PM |
| Starting to program games in visual c++ | Leeman_s | Game Programming | 14 | 11-05-2001 05:37 PM |