Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Topics |
• Blogs
ACCU Topics
(2)
+
- ACCU magic
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 ]
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 ]
C++ Unit Test Frameworks
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them. by Chris Main
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them. by Chris Main
Category: [ Overload Journal #78 - Apr 2007 | Programming Topics | Design of applications and programs ]
A Practical Form of OO Layering
by Teedy Deigh
Category: [ Overload Journal #78 - Apr 2007 | Design of applications and programs ]
by Teedy Deigh
Category: [ Overload Journal #78 - Apr 2007 | Design of applications and programs ]
Managing Technical Debt
Description : Software projects often cut corners in the rush to meet deadlines, resulting in bad code. Tom Brazier helps us to budget the cost of "doing it wrong". by Tom Brazier
Category: [ Overload Journal #77 - Feb 2007 | Project Management ]
Description : Software projects often cut corners in the rush to meet deadlines, resulting in bad code. Tom Brazier helps us to budget the cost of "doing it wrong". by Tom Brazier
Category: [ Overload Journal #77 - Feb 2007 | Project Management ]
Programming - Abstraction by Design
Description : Nigel Eke acts as a guide to aspect oriented programming using AspectJ as an example. by Nigel Eke
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics | Design of applications and programs ]
Description : Nigel Eke acts as a guide to aspect oriented programming using AspectJ as an example. by Nigel Eke
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics | Design of applications and programs ]
Exceptional Design
Description : Hubert Matthews discusses some ways to design programs to use exceptions. by Hubert Matthews
Category: [ Overload Journal #77 - Feb 2007 | Design of applications and programs ]
Description : Hubert Matthews discusses some ways to design programs to use exceptions. by Hubert Matthews
Category: [ Overload Journal #77 - Feb 2007 | Design of applications and programs ]
C++ Trivial Logger
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own. by Seweryn Habdank-Wojewódzki
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics ]
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own. by Seweryn Habdank-Wojewódzki
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics ]
FRUCTOSE - a C++ Unit Test Framework
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks. by Andrew Marlow
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics ]
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks. by Andrew Marlow
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics ]
Letter to the Editor
Description : Alexander Nasonov writes more on singleton. by Alexander Nasonov
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics | Letters to the Editor ]
Description : Alexander Nasonov writes more on singleton. by Alexander Nasonov
Category: [ Overload Journal #77 - Feb 2007 | Programming Topics | Letters to the Editor ]
Pooled Lists
Description : Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications. by Christopher Baus
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics ]
Description : Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications. by Christopher Baus
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics ]
The Singleton in C++ - A force for good?
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++. by Alexander Nasonov
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics | Design of applications and programs ]
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++. by Alexander Nasonov
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics | Design of applications and programs ]
C++ Interface Classes - Strengthening Encapsulation
Description : Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation. by Mark Radford
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics | Design of applications and programs ]
Description : Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation. by Mark Radford
Category: [ Overload Journal #76 - Dec 2006 | Programming Topics | Design of applications and programs ]
Up Against the Barrier
Description : A discussion of development against the odds, describing process, personal and environmental barriers between the people and the job they are trying to do. by Simon Sebright
Category: [ Overload Journal #75 - Oct 2006 | Process Topics ]
Description : A discussion of development against the odds, describing process, personal and environmental barriers between the people and the job they are trying to do. by Simon Sebright
Category: [ Overload Journal #75 - Oct 2006 | Process Topics ]
Inventing a Mutex
Description : A mutex is a general purpose tool - there may be better solutions in specific circumstances. George Shagov presents one such alternative. by George Shagov
Category: [ Overload Journal #75 - Oct 2006 | Programming Topics ]
Description : A mutex is a general purpose tool - there may be better solutions in specific circumstances. George Shagov presents one such alternative. by George Shagov
Category: [ Overload Journal #75 - Oct 2006 | Programming Topics ]
C++ Unit Testing Easier: CUTE
Description : Peter Sommerlad presents a lightweight framework for C++ unit testing. by Peter Sommerlad
Category: [ Overload Journal #75 - Oct 2006 | Programming Topics ]
Description : Peter Sommerlad presents a lightweight framework for C++ unit testing. by Peter Sommerlad
Category: [ Overload Journal #75 - Oct 2006 | Programming Topics ]