Changes between Version 8 and Version 9 of SoC2015


Ignore:
Timestamp:
Jan 30, 2015, 1:10:17 AM (8 years ago)
Author:
Niall Douglas
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • SoC2015

    v8 v9  
    135135==== Programming competency test ====
    136136Using [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
     138Submission of the programming test should be via copying and pasting what you wrote into the end of the proposal you submit to Google Melange.
    137139
    138140