Fundamentals of |
About · FAQ ·Tell a Friend · Comments · Course Home Page · IT Learning Center |
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals. You need Windows and Visual C++ installed. The free online textbook for this course is Visual C++ 6 Unleashed . Read the Introduction to the book.
|
Lesson 16. Multithreading The Win32 operating systems support multiple processes, which are given their own memory address space. In addition, Win32 supports multiple threads within a process. When any application (or process) starts, it has one primary thread. The application then may start up additional threads, which execute independently. All threads share the one memory space of the process in which they are created. In this lesson, you will see how to:
Reading Assignments Read the following sections from your free online textbook:
Learning Activities
|
| Web design and curriculum: David L. Heiserman | Copyright © 2005 SweetHaven Publishing Services |