Click here to Skip to main content
15,888,113 members
Articles / Programming Languages / C++

Simulating Coroutines in Unmanaged C++

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
27 Aug 2020MIT4 min read 4.7K   65   5  
Simulation of coroutines in unmanaged C++ under VS 2010
This article presents a simulation of coroutines in unmanaged C++ (Win32 console application) under Visual Studio 2010 using the data type, macro and function defined in the header file <setjmp.h>.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions