Changes between Version 8 and Version 9 of SoC2015
- Timestamp:
- Jan 30, 2015, 1:10:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2015
v8 v9 135 135 ==== Programming competency test ==== 136 136 Using [http://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio.html Boost.ASIO] (not AFIO!), write a program which registers a Linux KAIO, FreeBSD POSIX AIO + kqueues or WinRT asynchronous file i/o operation with ASIO (either a file read or a file write). ASIO should invoke a handler which prints to stdout "Hello file i/o completion" when the asynchronous file i/o operation completes. 137 138 Submission of the programming test should be via copying and pasting what you wrote into the end of the proposal you submit to Google Melange. 137 139 138 140