Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / C++

Introduction to Multi-threaded Code

Rate me:
Please Sign up or sign in to vote.
4.84/5 (55 votes)
26 Mar 2000CPOL 403.4K   14.4K   182  
Synchronizing worker threads using 3 different methods

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 6-Nov-18 16:33 Available Deeksha Shenoy
Updates in content. Changes: 43
1 No 26-Mar-00 18:00 Available Chris Maunder

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Retired
United States United States
I am currently retired, but spent the last 40 years of my career writing software for MS-DOS and Windows (starting with Windows 1.0).

My first experience with software was writing assembly code for the Motorola 6800.

During the S100 bus days, I wrote 8080 assembly and Basic.

With the introduction of the IBM PC I wrote in Borland Pascal for MS-DOS.

When Microsoft introduced Windows 1.0 I started writing in C code.

For the majority of my career, I did development in C++ starting with Visual C++ 1.0.

Some of my development was in .NET, but it never appealed to me like C++.

Comments and Discussions