ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Design of applications and programs and Overload Journal #81 - Oct 2007

Options:
View Article Map
View Archives
The PfA Papers: The Clean Dozen
Description : Patterns are social animals and are often found in the company of others. This issue, Kevlin Henney looks at where 'Parameterise from Above' has been hanging out.
Category: [ Programming Topics ]
Functional Programming Using C++ Templates (Part 1)
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics ]
auto_value: Transfer Semantics for Value Types
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics ]