Difference between revisions of "Boostcon 2011"
From Just in Time
(Created page with 'This page will contain my notes taken during Boostcon 2011 ==Library in a Week== Review tools *Code Collaborator * Crucible (Crubicle?)') |
|||
Line 4: | Line 4: | ||
*Code Collaborator | *Code Collaborator | ||
* Crucible (Crubicle?) | * Crucible (Crubicle?) | ||
+ | ==Boost.Asio== | ||
+ | Chris Kohlhoff | ||
+ | |||
+ | fundamental concepts that went into the library. Use them in your programs. | ||
+ | |||
+ | One key criterium: should not be a framework, but a toolkit. This gives you more freedom. | ||
+ | |||
+ | :io_service; "your channel into the operationg system" |
Revision as of 15:24, 16 May 2011
This page will contain my notes taken during Boostcon 2011
Library in a Week
Review tools
- Code Collaborator
- Crucible (Crubicle?)
Boost.Asio
Chris Kohlhoff
fundamental concepts that went into the library. Use them in your programs.
One key criterium: should not be a framework, but a toolkit. This gives you more freedom.
- io_service; "your channel into the operationg system"