Click here to Skip to main content
15,883,925 members
Articles / Programming Languages / C++

C# style async/await in C++ - Part 1: Introduction and use with Boost.Asio

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
26 Apr 2013CPOL4 min read 26.7K   18  
C# style async/await in C++.

Views

Daily Counts

License

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


Written By
Software Developer self employed
United States United States
I started programming in Basic in the 4th grade. In 8th grade, I convinced my parents to buy me Visual C++ 1.0. I discovered I really enjoyed C++, and have been programming in it since. I attended the University of Florida and majored in Computer Science graduating with honors with a 4.0 GPA. I then attending Medical School and obtained my Doctor of Medicine degree.

I have used my computer skills to help me in my medical practice. I also enjoy programming in C++ just for fun, trying to discover new ways of solving problems or applying C++ to new areas. My latest interest has been in creating a component system for C++ allowing components created with 1 compiler to be easily used by another compiler.

Comments and Discussions