Click here to Skip to main content
15,886,519 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 402.8K   14.4K   182  
Synchronizing worker threads using 3 different methods

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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