This page contains errors and other omissions for the book Modern C++ and Windows Store apps
1. The sample DXBouncingBall from Chapter 1 has an unwanted timer object. The updated code removes the timer object.
2. The sample CxReadFileComponent from Chapter 2 has a bug in the async file reading logic. The updated sample fixes the issue.