Week 5a - Windows and C++11 Threads

Enabling asynchronous processing

Synopsis:

This lecture is an introduction to both Windows and C++11 Threads. Windows threads are managed by the operating system and accessed throuht system calls. C++11 threads are class wrappers around OS threads and are portable across popular platforms, i.e., Windows, Linux, and OSX.

Readings and Activities for the Week:

Glossary of Terms

  1. Projects:

  2. Threads and Synchronization

    Windows and C++11 Threads:
    The resources, listed below, are less important and you can safely skip for now.
  3. References:

  4. EXtensible Markup Language

    XML Presentation, ppt
    You may need to use XML in the bodies of some of your messages to convey structured information.
  5. Preparation for Synchronous Discussion:

  6. Lecture Take-aways:

    The most important things we discussed today were: