| 
 Operating Systems :: Project Pages :: Project 4 Project 4: Threads in C++11Revision dated 3/21/16 
 Educational Objectives: After the assignment the student should be able to: 
 
=======================================================================
Rubric used in assessment
-----------------------------------------------------------------------
builds:
 race.x                                                 [0 .. +5]    5
 pro-con.x                                              [0 .. +5]    5
tests:
 race.x                                                [0 .. +30]   30
 pro-con.x                                             [0 .. +30]   30
code evaluation:
 correct and appropriate use of RAII                 [-30 .. +10]   10
 correct and appropriate use C++11 thread support    [-30 .. +10]   10
 general practice (*)                                [-30 .. +10]   10
-----------------------------------------------------------------------
late fees                            [4 pts per dated submission]  ( 0)
                                                                    --
total:                                                   [0..100]: 100
=======================================================================
(*) See code standards. Operational Objectives: 
 Deliverables: Two files: race.cpp and pro-con.cpp. C++11 Thread SupportPlease see the on-going writeup here: C++ Thread Library. The short Bo Qian videos 1-6 will be helpful as well. Procedural Requirements
 Technical Requirements and Specifications
 Hints:
  |