Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals > Overload |
• Blogs
- ACCU magic
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. by Richard Harris
Category: [ Overload Journal #81 - Oct 2007 | Programming Topics | Design of applications and programs ]
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future. by Richard Harris
Category: [ Overload Journal #81 - Oct 2007 | Programming Topics | Design of applications and programs ]
Consensus
Description : It should be obvious that the process of agreeing effective standards must be dependant on attaining consensus. by Alan Griffiths
Category: [ Overload Journal #80 - Aug 2007 | Journal Editorial ]
Description : It should be obvious that the process of agreeing effective standards must be dependant on attaining consensus. by Alan Griffiths
Category: [ Overload Journal #80 - Aug 2007 | Journal Editorial ]
Letter to the Editor
by Paul Grenyer
Category: [ Overload Journal #80 - Aug 2007 | Letters to the Editor ]
by Paul Grenyer
Category: [ Overload Journal #80 - Aug 2007 | Letters to the Editor ]
He Sells Shell Scripts to Intersect Sets
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells. by Thomas Guest
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics ]
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells. by Thomas Guest
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics ]
The PfA Papers: From the Top
Description : A characteristic of patterns is that experienced developers often experience a moment of recognition upon reading the write up. Sometimes the write up isn't even needed... by Kevlin Henney
Category: [ Overload Journal #80 - Aug 2007 | Design of applications and programs ]
Description : A characteristic of patterns is that experienced developers often experience a moment of recognition upon reading the write up. Sometimes the write up isn't even needed... by Kevlin Henney
Category: [ Overload Journal #80 - Aug 2007 | Design of applications and programs ]
Release Mode Debugging
Description : Although we try not to put bugs into software, sometimes we must track them down to remove them. Roger Orr considers the difficulties when they can only be seen in release builds. by Roger Orr
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics ]
Description : Although we try not to put bugs into software, sometimes we must track them down to remove them. Roger Orr considers the difficulties when they can only be seen in release builds. by Roger Orr
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics ]
auto_value: Transfer Semantics for Value Types
Description : "Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow". by Richard Harris
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics | Design of applications and programs ]
Description : "Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow". by Richard Harris
Category: [ Overload Journal #80 - Aug 2007 | Programming Topics | Design of applications and programs ]
Guidelines for Contributors
Description : Thinking of writing for us? Follow these guidelines to help smooth the way.
Category: [ Overload Journal #80 - Aug 2007 | Journal Editorial ]
Description : Thinking of writing for us? Follow these guidelines to help smooth the way.
Category: [ Overload Journal #80 - Aug 2007 | Journal Editorial ]
Rip It Up and Start Again
by Alan Griffiths
Category: [ Overload Journal #79 - Jun 2007 | Journal Editorial ]
by Alan Griffiths
Category: [ Overload Journal #79 - Jun 2007 | Journal Editorial ]
The Policy Bridge Design Pattern
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components. by Matthieu Gilson
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics | Design of applications and programs ]
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components. by Matthieu Gilson
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics | Design of applications and programs ]
Live and Learn with Retrospectives
Description : How can a team learn from experience? Rachel Davies presents a powerful technique for this. by Rachel Davies
Category: [ Overload Journal #79 - Jun 2007 | Process Topics ]
Description : How can a team learn from experience? Rachel Davies presents a powerful technique for this. by Rachel Davies
Category: [ Overload Journal #79 - Jun 2007 | Process Topics ]
Continuous Integration with CruiseControl.Net
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go? by Paul Grenyer
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics | Process Topics ]
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go? by Paul Grenyer
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics | Process Topics ]
Working with GNU Export Maps
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain. by Ian Wakeling
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics ]
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain. by Ian Wakeling
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics ]
auto_value: Transfer Semantics for Value Types
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad. by Richard Harris
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics ]
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad. by Richard Harris
Category: [ Overload Journal #79 - Jun 2007 | Programming Topics ]
New Tricks for an Old Dog
by Alan Griffiths
Category: [ Overload Journal #78 - Apr 2007 | Journal Editorial ]
by Alan Griffiths
Category: [ Overload Journal #78 - Apr 2007 | Journal Editorial ]
Software Product Line Engineering with Feature Models
by Mark Dalgarno , Danilo Beuche
Category: [ Overload Journal #78 - Apr 2007 | Design of applications and programs ]
by Mark Dalgarno , Danilo Beuche
Category: [ Overload Journal #78 - Apr 2007 | Design of applications and programs ]
A Perspective on Use of Conditional Statements versus Assertions
Description : Simon Sebright offers us the benefit of his experience. by Simon Sebright
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]
Description : Simon Sebright offers us the benefit of his experience. by Simon Sebright
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]
Implementing Synchronization Primitives for Boost on Windows Platforms
Description : Anthony Williams on the popular Boost library. by Anthony Williams
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics ]
Description : Anthony Williams on the popular Boost library. by Anthony Williams
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics ]
Design in Test-Driven Development
Description : With its roots in Japanese just-in-time manufacturing, Test-Driven Development (TDD) puts the traditional development process on its head. Adam Petersen discusses when to use TDD, how to use it successfully, and its use in up-front design. by Adam Petersen
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]
Description : With its roots in Japanese just-in-time manufacturing, Test-Driven Development (TDD) puts the traditional development process on its head. Adam Petersen discusses when to use TDD, how to use it successfully, and its use in up-front design. by Adam Petersen
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]