Advertisement
Membership
Login
ACCU Buttons
The ACCU Overload journals
Browse in : |
All
> Journals
> Overload
|
![]() |
![]() o101 |
![]() o100 |
![]() 99 |
![]() 98 |
![]() 97 |
![]() 96 |
![]() 95 |
![]() 94 |
![]() 93 |
![]() 92 |
![]() 91 |
![]() 90 |
![]() 89 |
![]() 88 |
![]() 87 |
![]() 86 |
![]() 85 |
![]() 84 |
![]() 83 |
![]() 82 |
![]() 81 |
![]() 80 |
![]() 79 |
![]() 78 |
![]() 77 |
![]() 76 |
![]() 75 |
![]() 74 |
![]() 73 |
![]() 72 |
![]() 71 |
![]() 70 |
![]() 69 |
![]() 68 |
![]() 67 |
![]() 66 |
![]() 65 |
![]() 64 |
![]() 63 |
![]() 62 |
![]() 61 |
![]() 60 |
![]() 59 |
![]() 58 |
![]() 57 |
![]() 56 |
![]() 55 |
![]() 54 |
![]() 53 |
![]() 52 |
![]() 51 |
![]() 50 |
![]() 49 |
![]() 48 |
![]() 47 |
![]() 46 |
![]() 45 |
![]() 44 |
![]() 43 |
![]() 42 |
![]() 41 |
![]() 40 |
![]() 39 |
![]() 38 |
![]() 37 |
![]() 36 |
![]() 35 |
![]() 34 |
![]() 33 |
![]() 32 |
![]() 31 |
![]() 30 |
![]() 29 |
![]() 28 |
![]() 27 |
![]() 26 |
![]() 25 |
![]() 24 |
![]() 23 |
![]() 22 |
![]() 21 |
![]() 20 |
![]() 19 |
![]() 1718 |
![]() 16 |
![]() 15 |
![]() 14 |
![]() 13 |
![]() 12 |
![]() 11 |
![]() 10 |
![]() 09 |
![]() 08 |
![]() 07 |
![]() 06 |
![]() 04 |
![]() 03 |
![]() 02 |
![]() 01 |
|
|
- Options:
- View Article Map
- View Archives
Comments Considered Good
Description : In our last issue, we offered the case against comments; in this issue, William Fishbourne responds in defence. He argues that it is not the practice of commenting that it is evil, it is the thoughtless commenter.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : In our last issue, we offered the case against comments; in this issue, William Fishbourne responds in defence. He argues that it is not the practice of commenting that it is evil, it is the thoughtless commenter.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Introducing CODEF/CML
Description : This article introduces a C# serialization facility that proposes a novel separation between object models, representing the serialized data, and class descriptors, representing the binding to the receiving design space.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : This article introduces a C# serialization facility that proposes a novel separation between object models, representing the serialized data, and class descriptors, representing the binding to the receiving design space.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Fine Tuning for lexical_cast
Description : Alexander Nasonov takes a look at Boost's lexical_cast and addresses a common user request: "make it go faster".
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : Alexander Nasonov takes a look at Boost's lexical_cast and addresses a common user request: "make it go faster".
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
C# Generics - Beyond Containers of T
Description : Steve Love takes a look at generics in C# v2.0, how to use them to simplify code and even remove dependencies.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : Steve Love takes a look at generics in C# v2.0, how to use them to simplify code and even remove dependencies.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
The Kohonen Neural Network Library
Description : Seweryn Habdank-Wojewódzki and Janusz Rybarski present a C++ library for users of Kohonen Neural Networks.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : Seweryn Habdank-Wojewódzki and Janusz Rybarski present a C++ library for users of Kohonen Neural Networks.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
The Documentation Myth
Description : Allan Kelly suggests that we don't invest more in documentation for a reason: that it isn't as valuable as we claim.
Category: [ Process Topics | Overload Journal #74 - Aug 2006 ]
Description : Allan Kelly suggests that we don't invest more in documentation for a reason: that it isn't as valuable as we claim.
Category: [ Process Topics | Overload Journal #74 - Aug 2006 ]
Pair Programming Explained
Description : Rachel Davies explains how to implement pair programming and why it can be an effective practice for programmers.
Category: [ Process Topics | Overload Journal #73 - Jun 2006 ]
Description : Rachel Davies explains how to implement pair programming and why it can be an effective practice for programmers.
Category: [ Process Topics | Overload Journal #73 - Jun 2006 ]
Comments Considered Evil
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
How Do Those Funky Placeholders Work?
Description : The current C++ standard function binders are notoriously difficult to use. Chris Gibson exposes the secret the Boost alternative, which is so much better it seems like magic.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Description : The current C++ standard function binders are notoriously difficult to use. Chris Gibson exposes the secret the Boost alternative, which is so much better it seems like magic.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Implementing drop-down menus in pure CSS (no JavaScript)
Description : Implementing drop-down menus to aid website navigation is usually thought to require lots of JavaScript. This article shows how to do it using just CSS.
Category: [ Programming Topics | Internet Topics | Overload Journal #73 - Jun 2006 ]
Description : Implementing drop-down menus to aid website navigation is usually thought to require lots of JavaScript. This article shows how to do it using just CSS.
Category: [ Programming Topics | Internet Topics | Overload Journal #73 - Jun 2006 ]
The Rise and Fall of Singleton Threaded
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #73 - Jun 2006 ]
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #73 - Jun 2006 ]
The Case Against TODO
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase?
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase?
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Objects for States
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
C++ Best Practice – Designing Header Files
Category: [ Programming Topics | Overload Journal #72 - Apr 2006 ]
Category: [ Programming Topics | Overload Journal #72 - Apr 2006 ]