Overload Content by Article

[1]
Over-Promise, Under-Deliver  WEB  PDF
Frances Buontempo.
Overload, 32(179):2-3, February 2024.
A new year can mean new beginnings. Frances Buontempo encourages us to stay motivated even if things don’t work out.

[2]
User Stories and BDD – Part 3, Small or Far Away?  WEB  PDF
Seb Rose.
Overload, 32(179):4-6, February 2024.
The size of user stories is important. Seb Rose continues his investigation of user stories, considering when and how to size them.

[3]
C++20 Concepts Applied – Safe Bitmasks Using Scoped Enums  WEB  PDF
Andreas Fertig.
Overload, 32(179):7-8, February 2024.
It can be hard to follow code using enable_if. Andreas Fertig gives a practical example where C++20’s concepts can be used instead.

[4]
And the Winners Are...  WEB  PDF
Frances Buontempo.
Overload, 32(179):8, February 2024.

[5]
Safety, Revisited  WEB  PDF
Lucian Radu Teodorescu.
Overload, 32(179):9-15, February 2024.
Last year saw a proliferation of talks and articles about safety in C++. Lucian Radu Teodorescu gives an overview of these and presents a unified perspective on safety.

[6]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 32(179):16, February 2024.
Over-thinking is not over-engineering. Chris Oldwood presents some thought experiments to demonstrate why.

[7]
General Knowledge and Selective Ignorance  WEB  PDF
Frances Buontempo.
Overload, 31(178):2-3, December 2023.
It’s very easy to assume everyone knows everything you know. Frances Buontempo points out that general knowledge is context dependent.

[8]
User Stories and BDD – Part 2, Discovery  WEB  PDF
Seb Rose.
Overload, 31(178):4-5, December 2023.
The term ‘User story’ is used in a variety of different ways. Seb Rose continues his investigation of the term, looking at detailed analysis.

[9]
Use SIMD: Save The Planet  WEB  PDF
Andrew Drakeford.
Overload, 31(178):6-11, December 2023.
Writing efficient code is challenging but worthwhile. Andrew Drakeford demonstrates how SIMD (Single Instruction Multiple Data) can reduce your carbon footprint.

[10]
Dollar Origins  WEB  PDF
Paul Floyd.
Overload, 31(178):12-13, December 2023.
Using tools from non-standard locations can be challenging. Paul Floyd shows how $ORIGIN can help.

[11]
How to Write an Article  WEB  PDF
Frances Buontempo.
Overload, 31(178):14-15, December 2023.
Submitting an article for publication might seem daunting. Frances Buontempo explains just how easy it is.

[12]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 31(178):16, December 2023.
Halloween has been and gone. Chris Oldwood therefore takes time to consider the ghosts in the machine.

[13]
Frozen or Buffering?  WEB  PDF
Frances Buontempo.
Overload, 31(177):2-3, October 2023.
Sometimes things grind to a halt. Frances Buontempo reminds us we cannot be productive every minute of the day and that downtime is important.

[14]
Enodo, Divide et Impera  WEB  PDF
Lucian Radu Teodorescu.
Overload, 31(177):4-9, October 2023.
How do you untie the knotty problem of complexity? Lucian Radu Teodorescu shows us how to divide and conquer difficult problems.

[15]
Live and Let Die  WEB  PDF
Martin Janzen.
Overload, 31(177):10-13, October 2023.
Resource lifetime management can be problematic. Martin Janzen reminds us how important destructors are and when to be mindful of their limitations.

[16]
C# v12 Primary Constructors  WEB  PDF
Steve Love.
Overload, 31(177):14-16, October 2023.
C# v12.0, part of .NET 8, introduces a feature called Primary Constructors. Steve Love investigates how they fit into the language ecosystem.

[17]
Drive Musings on Linux  WEB  PDF
Ian Bruntlett.
Overload, 31(177):17-19, October 2023.
Dealing with large files can be hard. Ian Bruntlett muses on various approaches that can help on Linux.

[18]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 31(177):20, October 2023.
What’s in a name? Chris Oldwood considers metaphors as inspiration for naming in code.

[19]
Asleep at the Wheel  WEB  PDF
Frances Buontempo.
Overload, 31(176):2-3, August 2023.
Are you cruising on autopilot? Frances Buontempo wonders if we need to change direction from time to time.

[20]
C++ Exceptions and Memory Allocation Failure  WEB  PDF
Wu Yongwei.
Overload, 31(176):4-7, August 2023.
Memory allocation failures can happen. Wu Yongwei investigates when they happen and suggests a strategy to deal with them.

[21]
C++ on Sea 2023: Trip Report  WEB  PDF
Sándor Dargó.
Overload, 31(176):8-11, August 2023.
C++ on Sea happened again in June this year. Sándor Dargó explains why he thinks speaking rather than just attending a conference is worth considering.

[22]
Reasoning about Complexity – Part 2  WEB  PDF
Lucian Radu Teodorescu.
Overload, 31(176):12-17, August 2023.
Understanding code could increase our productivity by an order of magnitude. Lucian Radu Teodorescu introduces a complexity measure to help us reason about code to tackle complexity.

[23]
Passkey Idiom: A Useful Empty Class  WEB  PDF
Arne Mertz.
Overload, 31(176):18-19, August 2023.
How do you share some but not all of a class? Arne Mertz introduces the passkey idiom to avoid exposing too much with friendship.

[24]
C++20 Dynamic Allocations at Compile-time  WEB  PDF
Andreas Fertig.
Overload, 31(176):20-23, August 2023.
People often say constexpr all the things. Andreas Fertig shows where we can use dynamic memory at compile time.

[25]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 31(176):24, August 2023.
Open source code has a long history. Chris Oldwood tells us how he discovered open source and got his first role as a software maintainer.

[26]
Production and Productivity  WEB  PDF
Frances Buontempo.
Overload, 31(175):2-3, June 2023.
How can you increase your productivity? Frances Buontempo discovers that ChatGPT might not help.

[27]
Reasoning About Complexity – Part 1  WEB  PDF
Lucian Radu Teodorescu.
Overload, 31(175):4-7, June 2023.
Reasoning and understanding code have fundamental roles in programming. Lucian Radu Teodorescu highlights the importance of reasoning and its philosophical underpinnings.

[28]
Incompatible Language Features in C#  WEB  PDF
Steve Love.
Overload, 31(175):8-10, June 2023.
Adding features to an established language can introduce sources of errors. Steve Love examines some of the pitfalls of combining positional record structs with automatic property initializers.

[29]
Need Something Sorted? Sleep On It!  WEB  PDF
Kevlin Henney.
Overload, 31(175):11-14, June 2023.
Sorting algorithms have been thoroughly studied. Kevlin Henney takes an unexpected paradigm journey into sleep sort.

[30]
Type Safe C++ enum Extensions  WEB  PDF
Alf Steinbach.
Overload, 31(175):15-16, June 2023.
Is it possible to extend a value type in C++? Alf Steinbach describes how to extend enum values.

[31]
Why You Should Only Rarely Use std::move  WEB  PDF
Andreas Fertig.
Overload, 31(175):17-18, June 2023.
std::move can allow the efficient transfer of resources from object to to object. Andreas Fertig reminds us that using std::move inappropriately can make code less efficient.

[32]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 31(175):19-20, June 2023.
Quotes and aphorisms are often used to emphasise a point. Chris Oldwood shares some of his favourites and considers their origins.

[33]
The Rise and Fall of Almost Everything  WEB  PDF
Frances Buontempo.
Overload, 31(174):2-3, April 2023.
Some things go up and up, while others go up and down. Frances Buontempo considers whether the distinction matters and how to spot the difference.

[34]
Drawing a Line Under Aligned Memory  WEB  PDF
Paul Floyd.
Overload, 31(174):4-6, April 2023.
When we allocate memory we often forget about alignment. Paul Floyd reminds about various aligned allocation functions.

[35]
C++20 Concepts: Testing Constrained Functions  WEB  PDF
Andreas Fertig.
Overload, 31(174):7-9, April 2023.
Concepts and the requires clause allow us to put constraints on functions or classes and other template constructs. Andreas Fertig gives a worked example including how to test the constraints.

[36]
In Search of a Better Concurrency Model  WEB  PDF
Lucian Radu Teodorescu.
Overload, 31(174):10-15, April 2023.
Concurrency can get confusing quickly. Lucian Radu Teodorescu presents current plans for concurrency in the VAL programming language, comparing them with other languages.

[37]
Meta Verse  WEB  PDF
Teedy Deigh.
Overload, 31(174):16, April 2023.
What’s life like in cyberspace? Teedy Deigh turns on, jacks in, and checks out the immersive experience.

[38]
Under Pressure  WEB  PDF
Frances Buontempo.
Overload, 31(173):2-3, February 2023.
Mounting pressure can be problematic. Frances Buontempo takes a step back and wonders if pressure is always a bad thing.

[39]
Floating-Point Comparison  WEB  PDF
Paul Floyd.
Overload, 31(173):4-6, February 2023.
Comparing floating point values can be difficult. Paul Floyd shows how you should perform floating-point comparisons (and how not to do it).

[40]
Determining If A Template Specialization Exists  WEB  PDF
Lukas Barth.
Overload, 31(173):7-10, February 2023.
How do you tell if a class or function template can be used with specific arguments? Lukas Barth details his approach.

[41]
Stack Frame Layout On x86-64  WEB  PDF
Eli Bendersky.
Overload, 31(173):11-13, February 2023.
Stacks can have different layouts. Eli Bendersky describes the x86-64 layout in detail.

[42]
And the Winners Are...  WEB  PDF
Frances Buontempo.
Overload, 31(173):13, February 2023.

[43]
Value-Oriented Programming  WEB  PDF
Lucian Radu Teodorescu.
Overload, 31(173):14-19, February 2023.
The research Val programming language uses value-oriented programming. Lucian Radu Teodorescu explores this paradigm.

[44]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 31(173):20, February 2023.
Meetings come and go. Chris Oldwood asks us to meet him halfway.

[45]
Don’t Believe the Hype  WEB  PDF
Frances Buontempo.
Overload, 30(172):2-3, December 2022.
Attention grabbing announcements can usually be safely ignored. Frances Buontempo considers how to pick her way through the hyperbole.

[46]
Compile-Time Strings  WEB  PDF
Wu Yongwei.
Overload, 30(172):4-7, December 2022.
Compile-time strings have been used in many projects over the years. Wu Yongwei summarises his experience.

[47]
The Year of C++ Successor Languages  WEB  PDF
Lucian Radu Teodorescu.
Overload, 30(172):8-14, December 2022.
2022 has seen many languages created to rival C++. Lucian Radu Teodorescu reports on the current state of the art.

[48]
An Introduction to Go for C++ Programmers  WEB  PDF
Arun Saha.
Overload, 30(172):15-20, December 2022.
Learning another language is always interesting. Arun Saha walks us through Go as a C++ programmer.

[49]
The Testing Iceberg  WEB  PDF
Seb Rose.
Overload, 30(172):21, December 2022.
Many of us are aware of the Testing Pyramid. Seb Rose introduces the Testing Iceberg to explain when we should invest effort in making a test readable to non-technical team members.

[50]
The Model Student: The Regular Travelling Salesman – Part 2  WEB  PDF
Richard Harris.
Overload, 30(172):22-27, December 2022.
Richard Harris explores more of the mathematics of modelling problems with computers.

[51]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 30(172):28, December 2022.
Pun and Dad jokes are lots of fun. Chris Oldwood git-pull’s a cracker.

[52]
Sustainability: An Impossible Dream?  WEB  PDF
Frances Buontempo.
Overload, 30(171):2-3, October 2022.
Sustainable development is currently receiving a lot of attention. Frances Buontempo questions what might make this possible.

[53]
User Stories and BDD – Part 1  WEB  PDF
Seb Rose.
Overload, 30(171):4-6, October 2022.
Where did it all begin? Seb Rose explains the origins and evolution of the user story.

[54]
The Power of Ref-qualifiers  WEB  PDF
Andreas Fertig.
Overload, 30(171):7-8, October 2022.
Ref-qualifiers are frequently overlooked. Andreas Fertig reminds us why they are useful.

[55]
The ACCU Conference  WEB  PDF
Frances Buontempo, Felix Petriconi.
Overload, 30(171):9, October 2022.
Frances Buontempo extols the virtues of attending (or presenting); Felix Petriconi says 'thank you' to Julie Archer.

[56]
The Model Student: The Regular Travelling Salesman – Part 1  WEB  PDF
Richard Harris.
Overload, 30(171):10-15, October 2022.
Richard Harris begins a series of articles exploring some of the mathematics of interest to those modelling problems with computers.

[57]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 30(171):16, October 2022.
War and Peace is a famously long novel that mixes fiction with history and philosophy. Chris Oldwood muses on the categorisation of computing books – and where to put them.

[58]
Whodunnit?  WEB  PDF
Frances Buontempo.
Overload, 30(170):2-3, August 2022.
Coding is a creative process. Frances Buontempo wonders how close it often gets to fiction.

[59]
saturating_add vs. saturating_int – New Function vs. New Type?  WEB  PDF
Jonathan Müller.
Overload, 30(170):4-6, August 2022.
Integer arithmetic tends to overflow. Jonathan Müller explores when and how to avoid this.

[60]
Advancing the State of the Art for std::unordered_map Implementations  WEB  PDF
Joaquín M López Muñoz.
Overload, 30(170):7-9, August 2022.
Unordered maps can be implemented in various ways. Joaquín M López Muñoz presents a new, fast version.

[61]
Don’t Block Doors  WEB  PDF
Frances Buontempo.
Overload, 30(170):10-11, August 2022.
You can build simulations using cellular automata. Frances Buontempo uses this technique to demonstrate what happens if people stand in doorways.

[62]
Lessons Learned After 20 Years of Software Engineering  WEB  PDF
Lucian Radu Teodorescu.
Overload, 30(170):12-15, August 2022.
It’s good to sit back and reflect from time to time. Lucian Radu Teodorescu does just that and reports back.

[63]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 30(170):16, August 2022.
What’s your legacy? Chris Oldwood considers what we can leave to make life better for others.

[64]
What Happened to Demo 13?  WEB  PDF
Frances Buontempo.
Overload, 30(169):2-3, June 2022.
Making mistakes and forgetting are facts of life. Frances Buontempo tries to find ways to tackle this.

[65]
Performance Considered Essential  WEB  PDF
Lucian Radu Teodorescu.
Overload, 30(169):4-7, June 2022.
We know that performance is important. Lucian Radu Teodorescu argues that it is actually the most important thing.

[66]
Compile-time Wordle in C++20  WEB  PDF
Vittorio Romeo.
Overload, 30(169):8-9, June 2022.
Wordle is everywhere. Vittorio Romeo introduces wordlexpr, using compiler error messages to play the game.

[67]
ACCU 2022 Trip Reports  WEB  PDF
Phil Nash, Dom Davis, Hannah Dee, Timur Doumler.
Overload, 30(169):10-15, June 2022.
The ACCU conference returned in hybrid mode this year. Several writers share their experiences.

[68]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 30(169):16, June 2022.
Threads can mean many things. Chris Oldwood pulls a few to see what happens.

[69]
On Becoming Unstuck  WEB  PDF
Frances Buontempo.
Overload, 30(168):2-3, April 2022.
The horsemen of the apocalypse may be on the horizon. Frances Buontempo attempts to stop doom-scrolling and solve problems instead.

[70]
Taming Wordle with the Command Line  WEB  PDF
James Handley.
Overload, 30(168):4-5, April 2022.
Could static analysis provide a generic way to approach Wordle? James Handley uses simple command line tools in order to (hopefully) name that Wordle in four!

[71]
C++20: A Coroutine Based Stream Parser  WEB  PDF
Andreas Fertig.
Overload, 30(168):6-8, April 2022.
Stream parsing code can be very complicated. Andreas Fertig uses coroutines to make stream parsing code clearer.

[72]
Structured Concurrency in C++  WEB  PDF
Lucian Radu Teodorescu.
Overload, 30(168):9-14, April 2022.
Raw threads tend to be unstructured. Lucian Radu Teodorescu applies principles from Structured Programming to concurrency.

[73]
The Vector Refactored  WEB  PDF
Teedy Deigh.
Overload, 30(168):15-16, April 2022.
Finding the right level of abstraction can be challenging. Teedy Deigh razes the level of abstraction.

[74]
What are you optimizing for?  WEB  PDF
Frances Buontempo.
Overload, 30(167):2-3, February 2022.
Sometimes attempts to improve things make it worse. Frances Buontempo encourages you to think about what you’re doing when you try to optimise, and to check it really is working.

[75]
Revisiting Data-Oriented Design  WEB  PDF
Lucian Radu Teodorescu.
Overload, 30(167):4-8, February 2022.
Modifiable and testable software makes life easier. Lucian Radu Teodorescu explores how Data-oriented Design can help here.

[76]
An Associative Container for Non-bash Shell Scripts  WEB  PDF
Ralph McArdell.
Overload, 30(167):9-15, February 2022.
Basic shell facilities don’t provide associative containers. Ralph McArdell shows you what to do if you need one.

[77]
Why Should Automation Be Done By The Dev Team?  WEB  PDF
Seb Rose.
Overload, 30(167):16-17, February 2022.
Test automation and BDD are related but different. Seb Rose explains why developers need to be involved in the automating of test scenarios for BDD.

[78]
C++20 Benefits: Consistency With Ranges  WEB  PDF
Andreas Fertig.
Overload, 30(167):18-19, February 2022.
Where do you begin when walking over a container in C++? Andreas Fertig shows how C++20 Ranges simplify this.

[79]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 30(167):20, February 2022.
Humans are fallible and frequently confused by seeming paradoxes. Chris Oldwood reminds us to question our assumptions and try to think straight.

[80]
It’s Not Normal  WEB  PDF
Frances Buontempo.
Overload, 29(166):2-3, December 2021.
We live in strange times. Frances Buontempo asks if everything’s OK.

[81]
Programming Language Unlimited  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(166):4-8, December 2021.
How programmer-friendly are programming languages? Lucian Radu Teodorescu considers how principles from linguistics might allow us to read code with ease.

[82]
C++20 Text Formatting: An Introduction  WEB  PDF
Spencer Collyer.
Overload, 29(166):9-21, December 2021.
C++20 has brought in many changes. Spencer Collyer gives an introduction to the new formatting library.

[83]
No Move vs Deleted Move Constructors  WEB  PDF
Anders Knatten.
Overload, 29(166):22-23, December 2021.
C++ allows you to mark constructors as deleted. Anders Knatten reveals what a deleted definition means in practice.

[84]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 29(166):24, December 2021.
Players in Escape Rooms are set puzzles to be solved in order to win. Chris Oldwood reminisces on old childhood games as inspiration for various programming puzzles.

[85]
The Right Tool for the Job  WEB  PDF
Frances Buontempo.
Overload, 29(165):2-3, October 2021.
Fads and frameworks come and go. Frances Buontempo encourages us to find what works rather than follow fashions.

[86]
Showing Variables Using the Windows Debugging API  WEB  PDF
Roger Orr.
Overload, 29(165):4-12, October 2021.
Debuggers use deep magic to help us out. Roger Orr explores how this magic is performed.

[87]
Stufftar Revisited  WEB  PDF
Ian Bruntlett.
Overload, 29(165):13-14, October 2021.
Personal projects can provide valuable learning opportunities. Ian Bruntlett shares a system call surprise he discovered while extending stufftar.

[88]
Executors: a Change of Perspective  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(165):15-19, October 2021.
Parallelism is powerful. Lucian Radu Teodorescu explains the new C++ proposal for managing asynchronous execution on generic execution contexts.

[89]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 29(165):20, October 2021.
It’s useful to step back and evaluate from time to time. Chris Oldwood reflects on reflection.

[90]
Too Much Typing  WEB  PDF
Frances Buontempo.
Overload, 29(164):2-3, August 2021.
Programmers spend an inordinate amount of time typing. Frances Buontempo wonders whether this can be curtailed.

[91]
C++ Executors: the Good, the Bad, and Some Examples  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(164):4-8, August 2021.
Executors aim to provide a uniform interface for work creation. Lucian Radu Teodorescu explores the C++ executors proposal.

[92]
Testing Propositions  WEB  PDF
Russel Winder.
Overload, 29(164):9-18, August 2021.
Is testing propositions more important than having examples as exemplars? Russel Winder considers this hypothesis.

[93]
Teach Your Computer to Program Itself  WEB  PDF
Frances Buontempo.
Overload, 29(164):19-23, August 2021.
Can AI replace programmers? Frances Buontempo demonstrates how to autogenerate code and why we may not be replaceable yet.

[94]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 29(164):24, August 2021.
Git is not universally loved. Chris Oldwood suggests that Git itself is not the problem.

[95]
Geek, Nerd or Neither?  WEB  PDF
Frances Buontempo.
Overload, 29(163):2-3, June 2021.
Typecasting can be useful but has many dangers. Frances Buontempo considers how to pick your way through categories.

[96]
Replacing ‘bool’ Values  WEB  PDF
Spencer Collyer.
Overload, 29(163):4-10, June 2021.
Booleans seem simple to use. Spencer Collyer considers when they can actually cause a world of pain.

[97]
How We (Don’t) Reason About Code  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(163):11-15, June 2021.
Reading code is time consuming. Lucian Radu Teodorescu takes it one step further and asks how we reason about code.

[98]
Out of Control  WEB  PDF
Kevlin Henney.
Overload, 29(163):16-20, June 2021.
An essay on paradigms, refactoring, control flow, data, code, dualism and what Roman numerals ever did for us. Kevlin Henney takes us on a whirlwind tour.

[99]
The Sea of C You Don’t Want to See  WEB  PDF
Deák Ferenc.
Overload, 29(163):22-24, June 2021.
Last issue included a script. Deák Ferenc plays with the paradigm and dives into (a) deep sea (deap C).

[100]
Keep Up at the Back  WEB  PDF
Frances Buontempo.
Overload, 29(162):2-3, April 2021.
It's hard to keep up in a changing world. Frances Buontempo wonders how to deal with the constant state of flux.

[101]
Amongst Our Weaponry  WEB  PDF
Steve Love.
Overload, 29(162):4-11, April 2021.
Records in C# v9.0 and .Net 5.0. Steve Love explains a new way to define types in C#.

[102]
Composition and Decomposition of Task Systems  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(162):12-16, April 2021.
Concurrency can be hard to get right. Lucian Radu Teodorescu demonstrates how tasks can help.

[103]
Chepurni Multimethods for Contemporary C++  WEB  PDF
Eugene Hutorny.
Overload, 29(162):17-23, April 2021.
Multimethods can be implemented in various ways. Eugene Hutorny showcases an approach using custom type identification and introspection.

[104]
<script>  WEB  PDF
Teedy Deigh.
Overload, 29(162):24, April 2021.
"Now I will believe that there are unicorns." Teedy Deigh loses the plot a little.

[105]
In. Sub. Ordinate.  WEB  PDF
Frances Buontempo.
Overload, 29(161):2-3, February 2021.
Mindless rebellion is mindless. Frances Buontempo encourages mindful consideration of when to refuse.

[106]
A Case Against Blind Use of C++ Parallel Algorithms  WEB  PDF
Lucian Radu Teodorescu.
Overload, 29(161):4-7, February 2021.
C++17 introduced parallel algorithms. Lucian Radu Teodorescu reminds us we need to think when we use them.

[107]
C++ – an Invisible Foundation of Everything  WEB  PDF
Bjarne Stroustrup.
Overload, 29(161):8-11, February 2021.
What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions.

[108]
Test Precisely and Concretely  WEB  PDF
Kevlin Henney.
Overload, 29(161):12-15, February 2021.
Tests can hit complete coverage but fail to communicate. Kevlin Henney reminds us that assertions should be necessary, sufficient, and comprehensible.

[109]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 29(161):16, February 2021.
Think you’ve learnt it all? Chris Oldwood reminds us that unlearning then becomes our next problem.

[110]
Debt – My First Thirty Years  WEB  PDF
Frances Buontempo.
Overload, 28(160):2-3, December 2020.
Reflecting on code often reveals gnarliness. Frances Buontempo reminds herself about all the tech debt she’s ever caused.

[111]
Questions on the Form of Software  WEB  PDF
Lucian Radu Teodorescu.
Overload, 28(160):4-7, December 2020.
Writing software can be difficult. Lucian Teodorescu considers whether these difficulties are rooted in the essence of development.

[112]
Building g++ From the GCC Modules Branch  WEB  PDF
Roger Orr.
Overload, 28(160):8-9, December 2020.
Using the WSL to build the g++ modules branch. Roger Orr demonstrates how to get a compiler that supports modules up and running.

[113]
Consuming the uk-covid19 API  WEB  PDF
Donald Hernik.
Overload, 28(160):10-12, December 2020.
Covid-19 data is available in many places. Donald Hernik demonstrates how to wrangle data out of the UK API.

[114]
What is the Strict Aliasing Rule and Why Do We Care?  WEB  PDF
Anonymous.
Overload, 28(160):13-19, December 2020.
Type Punning, Undefined Behavior and Alignment, Oh My! Strict aliasing is explained.

[115]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 28(160):20, December 2020.
Design Patterns emerged last century. Chris Oldwood explains why he thinks they are still relevant.

[116]
Virtual/Reality  WEB  PDF
Frances Buontempo.
Overload, 28(159):2-3, October 2020.
Do we know what reality is? Frances Buontempo is no longer sure and now wonders if she’s a fictional character.

[117]
poly::vector – A Vector for Polymorphic Objects  WEB  PDF
Janky Ferenc Nándor.
Overload, 28(159):4-7, October 2020.
Heterogeneous vectors can be slow. Janky Ferenc introduces a sequential container for storing polymorphic objects in C++.

[118]
Kafka Acks Explained  WEB  PDF
Slanislav Kozlovski.
Overload, 28(159):8-11, October 2020.
Kafka’s configuration can be confusing. Slanislav Kozlovski helps us visualise this most misunderstood configuration setting.

[119]
Concurrency Design Patterns  WEB  PDF
Lucian Radu Teodorescu.
Overload, 28(159):12-18, October 2020.
Orchestrating concurrent tasks using mutexes is seldom efficient. Lucian Tadu Teodorescu investigates design patterns that help unlock concurrent performance.

[120]
C++ Modules: A Brief Tour  WEB  PDF
Nathan Sidwell.
Overload, 28(159):19-23, October 2020.
C++20’s long awaited module system has arrived. Nathan Sidwell presents a tourist’s guide.

[121]
The Edge of C++  WEB  PDF
Deák Ferenc.
Overload, 28(159):24-34, October 2020.
Everything has limits. Deák Ferenc explores the bounds of various C++ constructs.

[122]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 28(159):35-36, October 2020.
Assume failure by default. Chris Oldwood considers various fail cases.

[123]
RE:Purpose FWD:Thinking  WEB  PDF
Frances Buontempo.
Overload, 28(158):2-3, August 2020.
The pandemic could be a ‘Once in a Lifetime’ opportunity to stop and think. Frances Buontempo misses this chance and muses on lyrics by Talking Heads instead.

[124]
The Global Lockdown of Locks  WEB  PDF
Lucian Radu Teodorescu.
Overload, 28(158):4-9, August 2020.
Locks can be replaced with tasks. Lucian Radu Teodorescu shows us how.

[125]
C++20: A Simple Math Module  WEB  PDF
Rainer Grimm.
Overload, 28(158):10-12, August 2020.
Modules are one big change introduced by C++20. Rainer Grimm describes how to build a mathematics module.

[126]
A Thorough Introduction to Apache Kafka  WEB  PDF
Stanislav Kozlovski.
Overload, 28(158):13-19, August 2020.
Kafka serves as the heart of many companies’ architecture. Stanislav Kozlovski takes a deep dive into the system.

[127]
An Example Confined User Shell  WEB  PDF
Alan Griffiths.
Overload, 28(158):20-21, August 2020.
Snap confinement is not just for individual apps but can be applied to a complete GUI environment. Alan Griffiths demonstrates with the Mircade shell.

[128]
Agile Manchester 2020: Testers Edition  WEB  PDF
Jit Gosai.
Overload, 28(158):22-23, August 2020.
Many tech conferences are still going ahead online. Jit Gosai reports on Agile Manchester from a tester’s perspective.

[129]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 28(158):24, August 2020.
Mind your language! Chris Oldwood recounts a Stack Overflow comment that got him thinking.

[130]
Rainclouds and Olive Branches  WEB  PDF
Frances Buontempo.
Overload, 28(157):2-3, June 2020.
Sometimes warning signs get missed or ignored. Frances Buontempo considers signs of trouble and seeds of hope.

[131]
Comment Only What The Code Cannot Say  WEB  PDF
Kevlin Henney.
Overload, 28(157):4, June 2020.
Comments can help or hinder. Kevlin Henney assesses when to avoid them.

[132]
Refocusing Amdahl’s Law  WEB  PDF
Lucian Radu Teodorescu.
Overload, 28(157):5-10, June 2020.
Parallelising code can make it faster. Lucian Radu Teodorescu explores how to get the most out of multi-threaded code.

[133]
Some Objects Are More Equal Than Others  WEB  PDF
Steve Love, Roger Orr.
Overload, 28(157):11-15, June 2020.
Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.

[134]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 28(157):16, June 2020.
Mission statements are all the rage. Chris Oldwood considers whether there are any benefits to omission statements.

[135]
R.E.S.P.E.C.T.  WEB  PDF
Frances Buontempo.
Overload, 28(156):2-3, April 2020.
Respect can mean many different things. Frances Buontempo muses on its myriad meanings.

[136]
Pass the Parcel  WEB  PDF
Steve Love.
Overload, 28(156):4-9, April 2020.
Python’s module and package system has many features. Steve Love explores some more advanced ones.

[137]
Quick Modular Calculations (Part 3)  WEB  PDF
Cassio Neri.
Overload, 28(156):10-13, April 2020.
This article concludes the 3-part series. Cassio Neri presents a new algorithm that also works for 64-bit operands.

[138]
Deconstructing Inheritance  WEB  PDF
Lucian Radu Teodorescu.
Overload, 28(156):14-18, April 2020.
Inheritance can be overused. Lucian Radu Teodorescu considers how it can go wrong and the alternatives.

[139]
Using Compile Time Maps for Sorting  WEB  PDF
Norman Wilson.
Overload, 28(156):19-21, April 2020.
Compile time sorting can be interesting. Norman Wilson shows how to sort a map.

[140]
Profiting from the Folly of Others  WEB  PDF
Alastair Harrison.
Overload, 28(156):22-27, April 2020.
Code referred to as a hack can raise an eyebrow. Alastair Harrison learns about accessing private members of C++ classes by investigating a header called UninitializedMemoryHacks.h

[141]
It’s About Time  WEB  PDF
Mike Crowe.
Overload, 28(156):28-30, April 2020.
How easy is it to make code wait for a time period before doing something? Mike Crowe looks at ways to avoid problems when a system clock changes.

[142]
A Day in the Life of a Full-Stack Developer  WEB  PDF
Teedy Deigh.
Overload, 28(156):31-32, April 2020.
Many roles claim to be full stack. Teedy Deigh shares a day in the life of a full stack developer.

[143]
Members and Remembrances  WEB  PDF
Frances Buontempo.
Overload, 28(155):2-3, February 2020.
Remembering things can be difficult. Frances Buontempo reminisces on routes to erudition.

[144]
A line-to-line conversion from Node.js to Node.cpp  WEB  PDF
Dmytro Ivanchykhin, Sergey Ignatchenko, Maxim Blashchuk.
Overload, 28(155):4-7, February 2020.
Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.

[145]
The Path of Least Resistance  WEB  PDF
Steve Love.
Overload, 28(155):8-13, February 2020.
Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.

[146]
Quick Modular Calculations(Part 2)  WEB  PDF
Cassio Neri.
Overload, 28(155):14-17, February 2020.
The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives.

[147]
A Secure Environment for Running Apps?  WEB  PDF
Alan Griffiths.
Overload, 28(155):18-19, February 2020.
Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective.

[148]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 28(155):20, February 2020.
The centre half is more than a sporting term. Chris Oldwood shows us why.

[149]
Inside-Out  WEB  PDF
Frances Buontempo.
Overload, 27(154):2-3, December 2019.
Sometimes things appear to be inside out. Frances Buontempo considers when a shift of perspective can make things seem better.

[150]
Trip Reports: Meeting C++ 2019 and Embedded C++ 2019  WEB  PDF
Svitlana Lubenska, Hans Vredeveld, Benedikt Mandelkow.
Overload, 27(154):4-7, December 2019.
Deciding which conferences to attend is difficult, and we can’t go to them all. Svitlana Lubenska, Hans Vredeveld and Benedikt Mandelkow give us a flavour of what we may have missed.

[151]
Non-Recursive Compile Time Sort  WEB  PDF
Norman Wilson.
Overload, 27(154):9-10, December 2019.
Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier.

[152]
Quick Modular Calculations (Part 1)  WEB  PDF
Cassio Neri.
Overload, 27(154):11-15, December 2019.
Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can.

[153]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 27(154):16, December 2019.
We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead.

[154]
Predictions and Predilections  WEB  PDF
Frances Buontempo.
Overload, 27(153):2-3, October 2019.
Forecasting the future is difficult. Frances Buontempo has a foreboding sense that a lack of impartially makes things even harder.

[155]
Scenarios Using Custom DSLs  WEB  PDF
Liz Keogh.
Overload, 27(153):4-5, October 2019.
Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.

[156]
OOP Is not Essential  WEB  PDF
Lucian Teodorescu.
Overload, 27(153):6-9, October 2019.
People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.

[157]
I Come Here Not to Bury Delphi, But to Praise It  WEB  PDF
Patrick Martin.
Overload, 27(153):10-14, October 2019.
What helps a programming language gain traction? Patrick Martin remembers why he used to use Delphi.

[158]
C++ Pipes  WEB  PDF
Jonathan Boccara.
Overload, 27(153):15-19, October 2019.
Expressive code can make life easier. Jonathan Boccara demonstrates fluent pipelines for collections in C++.

[159]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 27(153):20, October 2019.
People claim politics should not be discussed in polite circles. Chris Oldwood reconsiders.

[160]
Reactive or Proactive  WEB  PDF
Frances Buontempo.
Overload, 27(152):2-3, August 2019.
Reactive systems are all the rage. Frances Buontempo compares them with a proactive approach.

[161]
A Low-Latency Logging Framework  WEB  PDF
Wesley Maness, Richard Reich.
Overload, 27(152):4-8, August 2019.
Logging can be a bottleneck in systems. Wesley Maness and Richard Reich demonstrate a low-latency logging framework that avoids common problems.

[162]
Empty Scoped Enums as Strong Aliases for Integral Types  WEB  PDF
Lukas Böger.
Overload, 27(152):9-10, August 2019.
Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.

[163]
C++ Reflection for Python Binding  WEB  PDF
Russell Standish.
Overload, 27(152):11-18, August 2019.
There are various approaches to generating Python bindings in C++. Russell Standish shows how Classdesc can be used to achieve this.

[164]
Trip Report: Italian C++ 2019  WEB  PDF
Hans Vredeveld.
Overload, 27(152):19, August 2019.
Milan held Italy’s largest C++ conference. Hans Vredeveld reports back.

[165]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 27(152):20, August 2019.
Many people are risk-averse. Chris Oldwood considers this position – in verse.

[166]
How Hard Can It Be?  WEB  PDF
Frances Buontempo.
Overload, 27(151):2-3, June 2019.
Getting different parties to collaborate might sound easy. Frances Buontempo explores where problems and opportunities arise.

[167]
Do Repeat Yourself  WEB  PDF
Lucian Radu Teodorescu.
Overload, 27(151):4-7, June 2019.
Software developers are well aware of the ‘DRY Principle’. Lucian Radu Teodorescu investigates when this common wisdom does not always hold.

[168]
On IT and... CO2 Footprints  WEB  PDF
Sergey Ignatchenko.
Overload, 27(151):8-9, June 2019.
Recent headlines declare a climate emergency. Sergey Ignatchenko considers how we can make an impact on IT’s carbon footprint.

[169]
Use UTF-16 Interfaces to Ship Windows Code  WEB  PDF
Péter Ésik.
Overload, 27(151):10-12, June 2019.
Character encoding can cause problems. Péter Ésik explains why UTF-16 interfaces help on Windows.

[170]
ACCU Conference 2019: Reports  WEB  PDF
Felix Petriconi, Stefan Turalski, Ori Ben-Shir, Mathieu Ropert, Anthony Williams.
Overload, 27(151):13-19, June 2019.
ACCU holds an annual conference. Several attendees tell us what they learnt there this year.

[171]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 27(151):20, June 2019.
There are parallels between writing and programming. Chris Oldwood shares his journey into learning to write well.

[172]
This means war!  WEB  PDF
Frances Buontempo.
Overload, 27(150):2-3, April 2019.
Careless use of language can upset people. Frances Buontempo asks what we can do to make the developer experience better.

[173]
NullableAttribute and C# 8  WEB  PDF
Jon Skeet.
Overload, 27(150):4-6, April 2019.
C# 8 will bring many new features. Jon Skeet investigates the metadata representation of Nullable Reference Types.

[174]
lvalues, rvalues, glvalues, prvalues, xvalues, help!  WEB  PDF
Anders Schau Knatten.
Overload, 27(150):7, April 2019.
C++11 introduced new value categories. Anders Schau Knatten explains his way of thinking about them.

[175]
Modern SAT solvers: fast, neat and underused (part 1 of N)  WEB  PDF
Martin Hořeňovský.
Overload, 27(150):8-13, April 2019.
SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.

[176]
The Duality…  WEB  PDF
Anders Modén.
Overload, 27(150):14-23, April 2019.
Genetic algorithms can find solutions that other algorithms might miss. Anders Modén discusses their use in conjunction with back-propagation for finding better solutions.

[177]
Blockchain-Structured Programming  WEB  PDF
Teedy Deigh.
Overload, 27(150):24, April 2019.
Coins are a wedge-shaped piece used for some purpose. Teedy Deigh shares her angle on the technology underpinning crypto-currencies.

[178]
Rip It Up and Start Again  WEB  PDF
Frances Buontempo.
Overload, 27(149):2-3, February 2019.
Some things can be resurrected, others cannot. Frances Buontempo wonders when we need to repent and start over.

[179]
5 Big Fat Reasons Why Mutexes Suck Big Time  WEB  PDF
Sergey Ignatchenko.
Overload, 27(149):4-7, February 2019.
Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems.

[180]
A Small Universe  WEB  PDF
Deák Ferenc.
Overload, 27(149):8-22, February 2019.
Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.

[181]
QM Bites: Understand Windows Operating-System Identification Preprocessor Macros  WEB  PDF
Matthew Wilson.
Overload, 27(149):23, February 2019.
Quality matters and bite sized articles help. Matthew Wilson returns with a QM Bites.

[182]
A Thorough Introduction to Distributed Systems  WEB  PDF
Stanislav Kozlovski.
Overload, 27(149):24-33, February 2019.
What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains.

[183]
Don’t Use std::endl  WEB  PDF
Chris Sharpe.
Overload, 27(149):34-35, February 2019.
How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth.

[184]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 27(149):36, February 2019.
Good workers tidy up after themselves – it avoids accidents and makes them more productive. Chris Oldwood argues that good software developers should do the same.

[185]
Revolution, Restoration and Revival  WEB  PDF
Frances Buontempo.
Overload, 26(148):2-3, December 2018.
Trends cycle in seasons. Frances Buontempo wonders what programmers should on the lookout for.

[186]
Diseconomies of Scale  WEB  PDF
Allan Kelly.
Overload, 26(148):4-5, December 2018.
Bigger is not always better. Allan Kelly considers when smaller is more productive.

[187]
Flip Model: A Design Pattern  WEB  PDF
Daniele Pallastrelli.
Overload, 26(148):6-9, December 2018.
Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.

[188]
Memory Management Patterns in Business-Level Programs  WEB  PDF
Sergey Ignatchenko.
Overload, 26(148):10-13, December 2018.
There are many memory management patterns. Sergey Ignatchenko considers these from an application level.

[189]
Compile-time Data Structures in C++17: Part 3, Map of Values  WEB  PDF
Bronek Kozicki.
Overload, 26(148):14-19, December 2018.
A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.

[190]
Algol 68 - A Retrospective  WEB  PDF
Daniel James.
Overload, 26(148):20-26, December 2018.
Algol 68 has influenced programming languages in many ways. Daniel James reminds us just how many.

[191]
Measuring Throughput and the Impact of Cache-line Awareness  WEB  PDF
Richard Reich, Wesley Maness.
Overload, 26(148):27-31, December 2018.
How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics.

[192]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 26(148):32, December 2018.
Renovation or redecorating throws up decisions. Chris Oldwood reminds us to make sympathetic changes.

[193]
Are we nearly there yet?  WEB  PDF
Frances Buontempo.
Overload, 26(147):2-3, October 2018.
Deciding if you are making progress can be a challenge. Frances Buontempo considers various metrics and their effects.

[194]
How to Write a Programming Language: Part 3, The Evaluator  WEB  PDF
Andy Balaam.
Overload, 26(147):4-6, October 2018.
We’ve parsed our tokens: now we need turn them into values. Andy Balaam continues writing a programming language with the evaluator.

[195]
P1063 vs Coroutines TS: Consensus on High-Level Semantics  WEB  PDF
Dmytro Ivanchykhin, Sergey Ignatchenko, Maxim Blashchuk.
Overload, 26(147):7-9, October 2018.
Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk argue that we need coroutines TS now to improve-based-on-experience later.

[196]
Implementing the Spaceship Operator for Optional  WEB  PDF
Barry Revzin.
Overload, 26(147):10-12, October 2018.
Comparison operators can get complicated. Barry Revzin explores how the new operator <=> helps.

[197]
Compile-time Data Structures in C++17: Part 2, Map of Types  WEB  PDF
Bronek Kozicki.
Overload, 26(147):13-16, October 2018.
Compile time type selection allows static polymorphsim. Bronek Kozicki details an implementation of a compile time map.

[198]
Should I Lead by Example?  WEB  PDF
Frances Buontempo.
Overload, 26(146):2-3, August 2018.
Stuck on a problem? Frances Buontempo considers where to turn to for inspiration.

[199]
Cache-Line Aware Data Structures  WEB  PDF
Wesley Maness, Richard Reich.
Overload, 26(146):4-7, August 2018.
Structuring your program to consider memory can improve performance. Wesley Maness and Richard Reich demonstrate this with a producer-consumer queue.

[200]
miso: Micro Signal/Slot Implementation  WEB  PDF
Deák Ferenc.
Overload, 26(146):8-13, August 2018.
The Observer pattern has many existing implementations. Deák Ferenc presents a new implementation using modern C++ techniques.

[201]
(Re)Actor Allocation at 15 CPU Cycles  WEB  PDF
Sergey Ignatchenko, Dmytro Ivanchykhin, Marcos Bracco.
Overload, 26(146):14-19, August 2018.
(Re)Actor serialisation requires an allocator. Sergey Ignatchenko, Dmytro Ivanchykhin and Marcos Bracco pare malloc/free down to 15 CPU cycles.

[202]
How to Write a Programming Language: Part 2, The Parser  WEB  PDF
Andy Balaam.
Overload, 26(146):20-22, August 2018.
We’ve got our tokens: now we need to knit them together into trees. Andy Balaam continues writing a programming language with the parser.

[203]
Compile-time Data Structures in C++17: Part 1, Set of Types  WEB  PDF
Bronek Kozicki.
Overload, 26(146):23-27, August 2018.
Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set.

[204]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 26(146):28, August 2018.
Much ado about nothing. Chris Oldwood considers what we have when we have nothing.

[205]
Automate all the things  WEB  PDF
Frances Buontempo.
Overload, 26(145):2-3, June 2018.
Automation can speed things up. Frances Buontempo considers how it can make things worse.

[206]
How to Write a Programming Language: Part 1, The Lexer  WEB  PDF
Andy Balaam.
Overload, 26(145):4-5, June 2018.
Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer.

[207]
Type-agnostic Tracing Using {fmt}  WEB  PDF
Mike Crowe.
Overload, 26(145):6-8, June 2018.
Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.

[208]
A Short Overview of Object Oriented Software Design  WEB  PDF
Stanislav Kozlovski.
Overload, 26(145):9-15, June 2018.
Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game.

[209]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 26(145):16, June 2018.
The curse of Agile. Chris Oldwood outlines how it affects his day at work.

[210]
Deeds not words  WEB  PDF
Frances Buontempo.
Overload, 26(144):2-3, April 2018.
Women’s suffrage used the motto "Deeds not Words". Frances Buontempo applies this to programming.

[211]
No News is Good News  WEB  PDF
Paul Floyd.
Overload, 26(144):4-7, April 2018.
Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.

[212]
Monitoring: Turning Noise into Signal  WEB  PDF
Chris Oldwood.
Overload, 26(144):8-11, April 2018.
Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.

[213]
The Interface to Component Pattern and DynaMix  WEB  PDF
Borislav Stanimirov.
Overload, 26(144):12-15, April 2018.
Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.

[214]
5 Reasons NOT to Use std::ostream for Human-Readable Output  WEB  PDF
Sergey Ignatchenko.
Overload, 26(144):16-20, April 2018.
C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.

[215]
Practical Cryptographical Theory for Programmers  WEB  PDF
Deák Ferenc.
Overload, 26(144):21-27, April 2018.
Cryptography is a daunting subject. Deák Ferenc helps you get started.

[216]
Ex Hackina  WEB  PDF
Teedy Deigh.
Overload, 26(144):28, April 2018.
Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test.

[217]
Hapaxes, Singletons and Anomalies  WEB  PDF
Frances Buontempo.
Overload, 26(143):2-3, February 2018.
Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities.

[218]
A Wider Vision of Software Development  WEB  PDF
Charles Tolman.
Overload, 26(143):4-5, February 2018.
Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.

[219]
An MWSR Queue with Minimalist Locking  WEB  PDF
Sergey Ignatchenko.
Overload, 26(143):6-9, February 2018.
Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.

[220]
Testing: Choose the Right Level  WEB  PDF
Andy Balaam.
Overload, 26(143):10-12, February 2018.
Testing can be easy. Andy Balaam considers levels to keep your focus just right.

[221]
CTAD - What Is This New Acronym All About?  WEB  PDF
Roger Orr.
Overload, 26(143):13-15, February 2018.
What is class template argument deduction? Roger Orr elucidates this new C++17 feature.

[222]
C++ with Meta-classes?  WEB  PDF
Francis Glassborow.
Overload, 26(143):16-17, February 2018.
Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.

[223]
Practical Scale Testing  WEB  PDF
Arun Saha.
Overload, 26(143):18-20, February 2018.
Everyone wants scalable systems. Arun Saha explores methods for testing scalability.

[224]
Functional Error-Handling with Optional and Expected  WEB  PDF
Simon Brand.
Overload, 26(143):21-23, February 2018.
Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.

[225]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 26(143):24, February 2018.
Can you code on paper in an interview? Chris Oldwood recounts his attempts to write a calendar.

[226]
Too Fast! Too slow! Too right!!  WEB  PDF
Frances Buontempo.
Overload, 25(142):2-3, December 2017.
Many products over-promise. Frances Buontempo muses on how to get things just right.

[227]
CAS (Re)Actor for Non-Blocking Multithreaded Primitives  WEB  PDF
Sergey Ignatchenko.
Overload, 25(142):4-6, December 2017.
Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.

[228]
A Design Example  WEB  PDF
Charles Tolman.
Overload, 25(142):7-9, December 2017.
Design issues cause problems. Charles Tolman considers an organising principle to get to the heart of the matter.

[229]
The Last Word in Patterns  WEB  PDF
Paul Grenyer.
Overload, 25(142):10, December 2017.
What can you do in a single transaction in a database? Paul Grenyer writes us his Single CrUD pattern.

[230]
Implementing Type-Classes as OCaml Modules  WEB  PDF
Shayne Fletcher.
Overload, 25(142):11-13, December 2017.
Type classes achieve overloading in functional paradigms. Shayne Fletcher implements some as OCaml modules.

[231]
Evolutionary Computing Frameworks for Optimisation  WEB  PDF
Aurora Ramírez, Chris Simons.
Overload, 25(142):14-19, December 2017.
Evolutionary algorithms can find optimal solutions to problems. Aurora Ramírez and Chris Simons give us an overview.

[232]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 25(142):20, December 2017.
Tabs are controversial. Chris Oldwood reminds us of their many guises.

[233]
This way up!  WEB  PDF
Frances Buontempo.
Overload, 25(141):2-3, October 2017.
Directions in computing can be very confusing. Frances Buontempo wonders if we know our right from left.

[234]
Letters to the Editor  WEB  PDF
Silas S. Brown, Deák Ferenc, Frances Buontempo.
Overload, 25(141):4, October 2017.
Two letters and their replies.

[235]
Marking Benches  WEB  PDF
Russel Winder.
Overload, 25(141):5-7, October 2017.
Russel Winder reminds us that benchmarking code performance is a complicated issue.

[236]
The Historical Context of Technology  WEB  PDF
Charles Tolman.
Overload, 25(141):8-9, October 2017.
Charles Tolman provides a historical context for foundational thinking.

[237]
'Speedy Gonzales' Serializing (Re)Actors via Allocators  WEB  PDF
Sergey Ignatchenko.
Overload, 25(141):10-13, October 2017.
Sergey Ignatchenko completes his (Re)Actor allocator series.

[238]
Polymorphism in C++ - A Type Compatibility View  WEB  PDF
Satprem Pamudurthy.
Overload, 25(141):14-17, October 2017.
Satprem Pamudurthy compiles an exhaustive matrix of polymorphism.

[239]
Open Source - And Still Deceiving Programmers  WEB  PDF
Deák Ferenc.
Overload, 25(141):18-23, October 2017.
Deák Ferenc walks through the ELF format to avoid malicious code injection.

[240]
C++11 (and beyond) Exception Support  WEB  PDF
Ralph McArdell.
Overload, 25(141):24-31, October 2017.
Ralph McArdell gives a comprehensive overview of C++ exception features.

[241]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 25(141):32, October 2017.
Too soon! Chris Oldwood reviews optimisation in the development process.

[242]
Gnomes and Misnomers  WEB  PDF
Frances Buontempo.
Overload, 25(140):2-3, August 2017.
What's in a name? Frances Buontempo decides some names are better than others.

[243]
The Path of the Programmer  WEB  PDF
Charles Tolman.
Overload, 25(140):4-5, August 2017.
Charles Tolman provides a framework for personal development.

[244]
A Usable C++ Dialect that is Safe Against Memory Corruption  WEB  PDF
Sergey Ignatchenko.
Overload, 25(140):6-9, August 2017.
Sergey Ignatchenko continues his investigation of allocators for (Re)Actors.

[245]
Metaclasses: Thoughts on Generative C++  WEB  PDF
Herb Sutter.
Overload, 25(140):10-11, August 2017.
Herb Sutter shows how metaclasses could simplify C++ with minimal library extension.

[246]
A C++ Developer Sees Rustlang for the First Time  WEB  PDF
Katarzyna Macias.
Overload, 25(140):12-13, August 2017.
Katarzyna Macias provides an introduction to Rust for a C++ developer.

[247]
Portable Console I/O via iostreams  WEB  PDF
Alf Steinbach.
Overload, 25(140):14-21, August 2017.
Alf Steinbach describes how his library fixes problems streaming non-ASCII characters in Windows.

[248]
A Functional Alternative to Dependency Injection in C++  WEB  PDF
Satprem Pamudurthy.
Overload, 25(140):22-24, August 2017.
Satprem Pamudurthy showcases a functional alternative to dependency injection in C++.

[249]
About the C++ Core Guidelines  WEB  PDF
Andreas Fertig.
Overload, 25(140):25-27, August 2017.
Andreas Fertig shows us the C++ core guidelines.

[250]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 25(140):28, August 2017.
Chris Oldwood reminds us to fix the problem, not to blame.

[251]
I am not a number  WEB  PDF
Frances Buontempo.
Overload, 25(139):2-3, June 2017.
When is a number not a number? Frances Buontempo counts the ways this happens.

[252]
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation  WEB  PDF
Sergey Ignatchenko.
Overload, 25(139):4-8, June 2017.
How do you deal with memory for (Re)Actors? Sergey Ignatchenko proposes an allocation scheme.

[253]
Initialization in C++ is Bonkers  WEB  PDF
Brand Brand.
Overload, 25(139):9-11, June 2017.
Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get.

[254]
Vulkan and you - Khronos’ successor to OpenGL  WEB  PDF
Andy Thomason.
Overload, 25(139):12-14, June 2017.
Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL.

[255]
Kotlin for C++ Developers  WEB  PDF
Hadi Hariri.
Overload, 25(139):16-17, June 2017.
What could a language the originated on the JVM possibly offer C or C++ devs? Hadi Hariri tells us.

[256]
Getting Tuple Elements with a Runtime Index  WEB  PDF
Anthony Williams.
Overload, 25(139):18-19, June 2017.
Accessing a tuple with a runtime index is a challenge. Anthony Williams shows us his approach.

[257]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 25(139):20, June 2017.
What makes programming fun? Chris Oldwood ponders what floats his boat.

[258]
Breadth First, Depth First, Test First  WEB  PDF
Frances Buontempo.
Overload, 25(138):2-3, April 2017.
You can approach a problem top-down or bottom-up. Frances Buontempo wonders if algorithms can help us choose the most appropriate direction.

[259]
Space invaders in Elm  WEB  PDF
Ossi Hanhinen.
Overload, 25(138):4-6, April 2017.
Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.

[260]
Single Module Builds - The Fastest Heresy in Town  WEB  PDF
Andy Thomason.
Overload, 25(138):7-9, April 2017.
Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.

[261]
An Interview: Emyr Williams  WEB  PDF
Frances Buontempo.
Overload, 25(138):10-11, April 2017.
CVu has been running a series of interviews. Frances Buontempo interviews the interviewer, Emyr Williams.

[262]
(Not Really So) New Niche for C++: Browser!?  WEB  PDF
Sergey Ignatchenko.
Overload, 25(138):12-15, April 2017.
How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten.

[263]
Contractual Loopholes  WEB  PDF
Deák Ferenc.
Overload, 25(138):16-19, April 2017.
Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening.

[264]
All About the Base Representing numbers presents many choices.  WEB  PDF
Teedy Deigh.
Overload, 25(138):20, April 2017.
Teedy Deigh counts the ways.

[265]
The Uncertainty Guidelines  WEB  PDF
Frances Buontempo.
Overload, 25(137):2-3, February 2017.
Uncertainty can be overwhelming. Frances Buontempo embraces the advantages of ambiguity.

[266]
Mean Properties  WEB  PDF
Russel Winder.
Overload, 25(137):4-7, February 2017.
Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have.

[267]
The Importance of Back-of-Envelope Estimates  WEB  PDF
Sergey Ignatchenko.
Overload, 25(137):8-12, February 2017.
Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter.

[268]
Multiprocessing and Clusters in Python  WEB  PDF
Silas S. Brown.
Overload, 25(137):13-15, February 2017.
Multiprocessing is possible in Python. Silas S. Brown shows us various ways.

[269]
doctest - the Lightest C++ Unit Testing Framework  WEB  PDF
Viktor Kirilov.
Overload, 25(137):16-19, February 2017.
C++ has many unit testing frameworks. Viktor Kirilov introduces doctest.

[270]
Correct Integer Operations with Minimal Runtime Penalties  WEB  PDF
Robert Ramey.
Overload, 25(137):20-27, February 2017.
Results of C++ integer operations are not guaranteed to be arithmetically correct. Robert Ramey introduces a library to enforce correct behaviour.

[271]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 25(137):28, February 2017.
Trying to find a good candidate for a role is hard. Chris Oldwood reminisces on various factors that influence interviewers.

[272]
The Font of Wisdom  WEB  PDF
Frances Buontempo.
Overload, 24(136):2-3, December 2016.
The choice of typeface can convey a tone. Frances Buontempo considers the plethora of dilemmas this presents.

[273]
The MirAL Story  WEB  PDF
Alan Griffiths.
Overload, 24(136):4-5, December 2016.
The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.

[274]
Overloading with Concepts  WEB  PDF
Andrew Sutton.
Overload, 24(136):6-11, December 2016.
Concepts can play a role in function overloading. Andrew Sutton shows us how.

[275]
Ultra-fast Serialization of C++ Objects  WEB  PDF
Sergey Ignatchenko.
Overload, 24(136):12-17, December 2016.
Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly.

[276]
Modern C++ Features: User-Defined Literals  WEB  PDF
Arne Mertz.
Overload, 24(136):18-19, December 2016.
User-defined literals were introduced in C++11. Arne Mertz walks us through their use.

[277]
Python Streams vs Unix Pipes  WEB  PDF
Thomas Guest.
Overload, 24(136):20-24, December 2016.
Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem.

[278]
Letter  WEB  PDF
Silas S. Brown.
Overload, 24(136):24, December 2016.
Silas S. Brown comments on Steve Love’s recent article.

[279]
Hello World in Go  WEB  PDF
Eleanor McHugh.
Overload, 24(136):25-35, December 2016.
Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial.

[280]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 24(136):30, December 2016.
One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale.

[281]
Editorial: Ain’t that the truth?!  WEB  PDF
Frances Buontempo.
Overload, 24(135):2-3, October 2016.
Witnesses promise to tell the truth, the whole truth and nothing but the truth. Frances Buontempo wonders what truth actually means.

[282]
Determinism: Requirements vs Features  WEB  PDF
Sergey Ignatchenko.
Overload, 24(135):4-7, October 2016.
A program can easily be non-deterministic. Sergey Ignatchenko considers how to define determinism.

[283]
Eight Rooty Pieces  WEB  PDF
Patrick Martin.
Overload, 24(135):8-12, October 2016.
Finding a square root is a common interview question. Patrick Martin demonstrates eight different ways to find a root.

[284]
Polymorphic Comparisons  WEB  PDF
Robert Mill.
Overload, 24(135):13-15, October 2016.
Polymorphic comparisons require much boilerplate. Robert Mill and Jonathan Coe introduce a template utility for such comparisons.

[285]
C++ Synchronous Continuation Passing Style  WEB  PDF
Nick Weatherhead.
Overload, 24(135):16-19, October 2016.
Direct and continuation passing styles differ. Nick Weatherhead explains a continuation passing style for synchronous data flow.

[286]
Attacking Licensing Problems with C++  WEB  PDF
Deák Ferenc.
Overload, 24(135):20-31, October 2016.
Software licenses are often crackable. Deák Ferenc presents a technique for tackling this problem.

[287]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 24(135):32, October 2016.
Comedy partnerships have a long history. Chris Oldwood considers their lessons for programmers.

[288]
Editorial: Just a minute  WEB  PDF
Frances Buontempo.
Overload, 24(134):2-3, August 2016.
Constraints can seem like an imposition. Frances Buontempo wonders if banning hesitation, deviation or repetition is a good thing.

[289]
Some Big-Os are Bigger Than Others  WEB  PDF
Sergey Ignatchenko.
Overload, 24(134):4-7, August 2016.
Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable.

[290]
Kill the Clones  WEB  PDF
Adam Tornhill.
Overload, 24(134):8-10, August 2016.
Problems in code can hide in surprising places. Adam Tornhill demonstrates how to detect software clones and uncover hidden dependencies.

[291]
Implementing SNAAAKE  WEB  PDF
Thaddaeus Frogley.
Overload, 24(134):11-13, August 2016.
Almost everyone knows the game Snake! Thaddaeus Frogley shares a diary of how his implementation grew over time.

[292]
C++ Antipatterns  WEB  PDF
Jonathan Wakely.
Overload, 24(134):14-17, August 2016.
Certain mistakes crop up frequently in C++. Jonathan Wakely offers some pro-tips to help you avoid common errors.

[293]
Testing Propositions  WEB  PDF
Russel Winder.
Overload, 24(134):17-27, August 2016.
Is testing propositions more important than having examples as exemplars? Russel Winder considers this hypothesis.

[294]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 24(134):28, August 2016.
Barriers can cause bottlenecks. Chris Oldwood considers varying approaches to gatekeeping.

[295]
Metrics and Imperialism  WEB  PDF
Frances Buontempo.
Overload, 24(133):2-3, June 2016.
Measuring accurately underpins science. Frances Buontempo considers what constitutes sensible metrics.

[296]
Dogen: The Package Management Saga  WEB  PDF
Marco Craveiro.
Overload, 24(133):4-6, June 2016.
How do you manage packages in C++? Marco Craveiro eventually discovered Conan after some frustrating experiences.

[297]
QM Bites - Order Your Includes (Twice Over)  WEB  PDF
Matthew Wilson.
Overload, 24(133):7, June 2016.
Header includes can be a shambles. Matthew Wilson encourages us to bring some order to the chaos.

[298]
A Lifetime In Python  WEB  PDF
Steve Love.
Overload, 24(133):8-11, June 2016.
Resource management is important in any language. Steve Love demonstrates how to use context managers in Python.

[299]
Deterministic Components for Distributed Systems  WEB  PDF
Sergey Ignatchenko.
Overload, 24(133):12-16, June 2016.
Non-deterministic data leads to unstable tests. Sergey Ignatchenko considers when this happens and how to avoid it.

[300]
Programming Your Own Language in C++  WEB  PDF
Vassili Kaplan.
Overload, 24(133):17-23, June 2016.
Scripting languages allow dynamic features easily. Vassili Kaplan writes his own in C++ allowing keywords in any human language.

[301]
Concepts Lite in Practice  WEB  PDF
Roger Orr.
Overload, 24(133):24-30, June 2016.
Concepts should make templates easier to use and write. Roger Orr gives a practical example to show this.

[302]
Afterwood  WEB  PDF
Chris Oldwood.
Overload, 24(133):31-32, June 2016.
Magazines sometimes use the back page for adverts or summaries. Chris Oldwood has decided to provide us with his afterwords, or ‘afterwood’.

[303]
Where Does All The Time Go?  WEB  PDF
Frances Buontempo.
Overload, 24(132):2-3, April 2016.
There’s never enough time. Frances Buontempo wonders what this really means.

[304]
The Tao of Scratch  WEB  PDF
Patrick Martin.
Overload, 24(132):4-7, April 2016.
Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.

[305]
Knowledge-Sharing Architects As An Alternative to Coding Architects  WEB  PDF
Sergey Ignatchenko.
Overload, 24(132):8-10, April 2016.
Should architects write code? Sergey Ignatchenko explores this controversial subject.

[306]
QM Bites: Understand Windows OS Identification Preprocessor Macros  WEB  PDF
Matthew Wilson.
Overload, 24(132):11, April 2016.
There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.

[307]
Why Collaboration is Key for QA Teams in an Agile World  WEB  PDF
Greg Law.
Overload, 24(132):12, April 2016.
Agile processes can have an impact on QA departments. Greg Law considers how they can adapt to survive and even thrive.

[308]
How to Diffuse Your Way Out of a Paper Bag  WEB  PDF
Frances Buontempo.
Overload, 24(132):13-16, April 2016.
Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.

[309]
Stufftar  WEB  PDF
Ian Bruntlett.
Overload, 24(132):17-20, April 2016.
How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.

[310]
QM Bites: looping for-ever  WEB  PDF
Matthew Wilson.
Overload, 24(132):21, April 2016.
Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.

[311]
Using Enum Classes as Bitfields  WEB  PDF
Anthony Williams.
Overload, 24(132):22-23, April 2016.
Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.

[312]
9.7 Things Every Programmer Really, Really Should Know  WEB  PDF
Teedy Deigh.
Overload, 24(132):24, April 2016.
Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.

[313]
Be lucky  WEB  PDF
Frances Buontempo.
Overload, 24(131):2-3, February 2016.
Do you consider yourself unlucky? Frances Buontempo wonders what we can do to avoid disasters.

[314]
Defining Concepts  WEB  PDF
Andrew Sutton.
Overload, 24(131):4-8, February 2016.
Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them.

[315]
On Zero-Side-Effect Interactive Programming, Actors, and FSMs  WEB  PDF
Sergey Ignatchenko.
Overload, 24(131):9-12, February 2016.
Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.

[316]
Template Programming Compile Time Combinations & Sieves  WEB  PDF
Nick Weatherhead.
Overload, 24(131):13-17, February 2016.
Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.

[317]
Classdesc: A Reflection System for C++11  WEB  PDF
Russell Standish.
Overload, 24(131):18-23, February 2016.
C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.

[318]
QM Bites : Maximising Discoverability of Virtual Methods  WEB  PDF
Matthew Wilson.
Overload, 24(131):24-25, February 2016.
C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.

[319]
So Why is Spock Such a Big Deal?  WEB  PDF
Russel Winder.
Overload, 24(131):26-32, February 2016.
Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.

[320]
Editorial: Reduce, reuse, recycle  WEB  PDF
Frances Buontempo.
Overload, 23(130):2-3, December 2015.
The introduction of a carrier bag tax has caused a little fuss. Frances Buontempo considers if it has lessons for programmers.

[321]
Once Again on TCP vs UDP  WEB  PDF
Sergey Ignatchenko.
Overload, 23(130):4-7, December 2015.
TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.

[322]
Type Mosaicing with Consultables and Delegates  WEB  PDF
Nicolas Bouillot.
Overload, 23(130):8-12, December 2015.
If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.

[323]
The Universality and Expressiveness of std::accumulate  WEB  PDF
Paul Keir.
Overload, 23(130):13-15, December 2015.
Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.

[324]
QM Bites - The two sides of Boolean Parameters  WEB  PDF
Matthew Wilson.
Overload, 23(130):16-17, December 2015.
Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time.

[325]
Identify your Errors better with char[]  WEB  PDF
Patrick Martin, Dietmar Kühl.
Overload, 23(130):18-22, December 2015.
Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information.

[326]
CPU Clocks and Clock Interrupts, and Their Effects on Schedulers  WEB  PDF
Bob Schmidt.
Overload, 23(130):23-28, December 2015.
Instructions to sleep for a second almost never result in precisely one second’s sleep. Bob Schmidt walks us through the mechanics of why.

[327]
Editorial: Failure is an option  WEB  PDF
Frances Buontempo.
Overload, 23(129):2-3, October 2015.
Motivational speeches and aphorisms are clichés. Frances Buontempo wonders if they sometimes do more harm than good.

[328]
Introducing Concepts  WEB  PDF
Andrew Sutton.
Overload, 23(129):4-8, October 2015.
Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us.

[329]
Building and Running Software on an Ubuntu Phone  WEB  PDF
Alan Griffiths.
Overload, 23(129):9-11, October 2015.
Many of us has a smartphone. Alan Griffiths shows us how to hack an Ubuntu Touch phone.

[330]
Password Hashing: Why and How  WEB  PDF
Sergey Ignatchenko.
Overload, 23(129):12-16, October 2015.
Password hashing is important. Sergey Ignatchenko explains how to do it properly.

[331]
An Inline-variant-visitor with C++ Concepts  WEB  PDF
Jonathan Coe, Andrew Sutton.
Overload, 23(129):17-20, October 2015.
Concepts are abstract. Jonathan Coe and Andrew Sutton provide us with a concrete example of their use.

[332]
Editorial: Semi-automatic Weapons  WEB  PDF
Frances Buontempo.
Overload, 23(128):2-3, August 2015.
Automating work can save time and avoid mistakes. But Frances Buontempo doesn’t think you should script everything.

[333]
Multi-threading at Business-logic Level is Considered Harmful  WEB  PDF
Sergey Ignatchenko.
Overload, 23(128):4-7, August 2015.
Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.

[334]
Two Daemons  WEB  PDF
Dietmar Kühl.
Overload, 23(128):8-10, August 2015.
Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.

[335]
Don’t Design for Performance Until It’s Too Late  WEB  PDF
Andy Balaam.
Overload, 23(128):12-13, August 2015.
People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.

[336]
Template Programming Compile Time String Functions  WEB  PDF
Nick Weatherhead.
Overload, 23(128):14-17, August 2015.
Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some wellknown code katas using C++ compile time tricks.

[337]
Numbers in JavaScript  WEB  PDF
Anthony Williams.
Overload, 23(128):19-20, August 2015.
JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.

[338]
Editorial: A little more conversation, a little less action  WEB  PDF
Frances Buontempo.
Overload, 23(127):2-3, June 2015.
A tension exists between talking and doing. Frances Buontempo wonders which matters more.

[339]
Meet the Social Side of Your Codebase  WEB  PDF
Adam Tornhill.
Overload, 23(127):4-7, June 2015.
Programming requires collaboration. Adam Tornhill suggests some ways to uncover communication paths in your organisation.

[340]
Mocks are Bad, Layers are Bad  WEB  PDF
Andy Balaam.
Overload, 23(127):8-11, June 2015.
Many people use mocks in their unit tests. Andy Balaam asks if there’s a better way.

[341]
Non-Superfluous People: Architects  WEB  PDF
Sergey Ignatchenko.
Overload, 23(127):12-14, June 2015.
No developer is an island. Sergey Ignatchenko continues his series of non-superfluous people by looking at the role of architects.

[342]
Terse Exception Messages  WEB  PDF
Chris Oldwood.
Overload, 23(127):15-17, June 2015.
Log files often contain ‘error’ information. Chris Oldwood suggests they rarely contain anything that could be considered helpful.

[343]
Get Debugging Better!  WEB  PDF
Jonathan Wakely.
Overload, 23(127):18-19, June 2015.
The GNU debugger has several useful features you may not know. Jonathan Wakely shows us how to save time and pain with some simple tricks.

[344]
Make and Forward Consultables and Delegates  WEB  PDF
Nicolas Bouillot.
Overload, 23(127):20-24, June 2015.
Sometimes forwarding to a contained object requires lots of boilerplate code. Nicolas Bouillot introduces consultables and delegates to automate this.

[345]
Where was I?  WEB  PDF
Frances Buontempo.
Overload, 23(126):2-3, April 2015.
Space and time are relative. Frances Buontempo wonders whether this will wash as an excuse for another lack of editorial.

[346]
Non-Superfluous People:  WEB  PDF
Sergey Ignatchenko.
Overload, 23(126):4-8, April 2015.
UX Specialists User experience specialists are sometimes regarded as superfluous people. Sergey Ignatchenko demonstrates why they can be vital.

[347]
Alternatives to Singletons and Global Variables  WEB  PDF
Bob Schmidt.
Overload, 23(126):9-13, April 2015.
Global variables and Singletons are usually considered bad. Bob Schmidt summarises some alternatives.

[348]
Resource Management with Explicit Template Specializations  WEB  PDF
Pavel Frolov.
Overload, 23(126):18-22, April 2015.
RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.

[349]
Variadic and Variable Templates  WEB  PDF
Peter Sommerlad.
Overload, 23(126):14-17, April 2015.
C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.

[350]
iterator_pair - A Simple and Useful Iterator Adapter  WEB  PDF
Vladimir Grigoriev.
Overload, 23(126):23-31, April 2015.
Can you form a new container from two others? Vladimir Grigoriev reminds us how to write an iterator.

[351]
Seeing the Wood for the Trees  WEB  PDF
Teedy Deigh.
Overload, 23(126):32, April 2015.
The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.

[352]
FUD - Fear, uncertainty and doubt  WEB  PDF
Frances Buontempo.
Overload, 23(125):2-3, February 2015.
Sometimes programming is neither an engineering discipline nor a science. Frances Buontempo considers when it slips into the numinous realm.

[353]
Best Practices vs Witch Hunts  WEB  PDF
Sergey Ignatchenko.
Overload, 23(125):4-6, February 2015.
Best practices can be a Good Thing. Sergey Ignatchenko considers when they can turn into Really Bad Things.

[354]
Making a Tool of Deception  WEB  PDF
Björn Fahller.
Overload, 23(125):7-9, February 2015.
Is it possible to use modern C++ to make mocking easy? Björn Fahller introduces Trompeloeil, a header-only mocking framework for C++14.

[355]
Modern C++ Testing  WEB  PDF
Phil Nash.
Overload, 23(125):10-11, February 2015.
Various C++ testing framework exist. Phil Nash compares CATCH with the competition.

[356]
I Like Whitespace  WEB  PDF
Bob Schmidt.
Overload, 23(125):12-16, February 2015.
Programming style can cause endless arguments. Bob Schmidt shares why he thinks whitespace matters.

[357]
Faking C Function with fff.h  WEB  PDF
Mike Long.
Overload, 23(125):17-19, February 2015.
Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.

[358]
How to Write an Article  WEB  PDF
Frances Buontempo.
Overload, 23(125):20-21, February 2015.
Submitting an article for publication might seem difficult. Frances Buontempo explains how easy it is.

[359]
Letter to the Editor  WEB  PDF
Lion Gutjahr, Thaddaeus Frogley.
Overload, 23(125):22-24, February 2015.
With response.

[360]
Editorial: Finding your muse  WEB  PDF
Frances Buontempo.
Overload, 22(124):2-3, December 2014.
Lack of ideas and confidence can freeze an author. Frances Buontempo considers how to warm up.

[361]
Designing Observers in C++11  WEB  PDF
Alan Griffiths.
Overload, 22(124):4-5, December 2014.
The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.

[362]
Non-Superfluous People: Testers  WEB  PDF
Sergey Ignatchenko.
Overload, 22(124):6-8, December 2014.
Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.

[363]
Ruminations on Self Employment and Running a Business  WEB  PDF
Bob Schmidt.
Overload, 22(124):9-12, December 2014.
Being self-employed has pros and cons. Bob Schmidt reviews what he has learnt about running your own business.

[364]
Order Notation in Practice  WEB  PDF
Roger Orr.
Overload, 22(124):14-20, December 2014.
What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.

[365]
People of the .Doc  WEB  PDF
Andrew Peck.
Overload, 22(124):21, December 2014.
Technical communication is often misunderstood by the world at large. Andrew Peck breaks down the rhetoric from a technical author’s perspective.

[366]
Testing Drives the Need for Flexible Configuration  WEB  PDF
Chris Oldwood.
Overload, 22(124):22-24, December 2014.
Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.

[367]
Editorial: Peer Reviewed  WEB  PDF
Frances Buontempo.
Overload, 22(123):2-3, October 2014.
Nobody gets it right first time. Frances Buontempo considers the importance ofthe review team.

[368]
Debug Complexity: How Assertions Affect Debugging Time  WEB  PDF
Sergey Ignatchenko, Dmytro Ivanchykhin.
Overload, 22(123):4-7, October 2014.
Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model of debug complexity.

[369]
Alternative Overloads  WEB  PDF
Malcolm Noyes.
Overload, 22(123):8-11, October 2014.
Malcolm Noyes presents ways to return a default value given a condition in C++.

[370]
Everyone Hates build.xml  WEB  PDF
Andy Balaam.
Overload, 22(123):12-16, October 2014.
Andy Balaam shows how to structure and test Antbuild code.

[371]
Defining Visitors Inline in Modern C++  WEB  PDF
Robert Mill, Jonathan Coe.
Overload, 22(123):17-19, October 2014.
Robert Mill and Jonathan Coe present an inline visitor in C++.

[372]
A Scheduling Technique for Small Software Projects and Teams  WEB  PDF
Bob Schmidt.
Overload, 22(123):20-23, October 2014.
Bob Schmidt presents some tips for accurate scheduling.

[373]
Paper Bag Escapology Using Partricle Swarm Optimisation  WEB  PDF
Frances Buontempo.
Overload, 22(123):24-27, October 2014.
Frances Buontempo uses particle swarm optimisation to program her way out of a paper bag.

[374]
Feeding Back  WEB  PDF
Kevlin Henney.
Overload, 22(123):28, October 2014.
Kevlin Henney contemplates how to make feedback useful.

[375]
Editorial: Shop ’til you Drop  WEB  PDF
Frances Buontempo.
Overload, 22(122):2-3, August 2014.
Deciding which tools to acquire can be a difficult decision. Frances Buontempo muses on a failed shopping trip.

[376]
Does Test-Driven Development Harm Clarity?  WEB  PDF
Andy Balaam.
Overload, 22(122):4-5, August 2014.
Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.

[377]
Musings on Python - by a C++ Developer  WEB  PDF
Sergey Ignatchenko.
Overload, 22(122):6-10, August 2014.
Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.

[378]
Activatable Object  WEB  PDF
Len Holgate.
Overload, 22(122):11-13, August 2014.
Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.

[379]
KISSing SOLID Goodbye  WEB  PDF
Chris Oldwood.
Overload, 22(122):14-17, August 2014.
Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.

[380]
TDD Discussions and Disagreements  WEB  PDF
Seb Rose.
Overload, 22(122):18-20, August 2014.
Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.

[381]
Editorial: Very small or very far away: A sense of perspective  WEB  PDF
Frances Buontempo.
Overload, 22(121):2-3, June 2014.
A tension exists between being immersed in something and stepping back. Frances Buontempo considers the importance of taking a break.

[382]
Branching Strategies  WEB  PDF
Chris Oldwood.
Overload, 22(121):4-7, June 2014.
Branching can either be embraced or avoided. Chris Oldwood documents the pros and cons of three main branching strategies.

[383]
Beauty in Code  WEB  PDF
Adam Tornhill.
Overload, 22(121):8-9, June 2014.
Attractiveness matters. Adam Tornhill uses a Clojure example to show how generalisation can be more beautiful than special cases.

[384]
The Code Is Not the Most Important Thing  WEB  PDF
Seb Rose.
Overload, 22(121):10-11, June 2014.
Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.

[385]
Stop the Constant Shouting  WEB  PDF
Jonathan Wakely.
Overload, 22(121):12-13, June 2014.
CONSTANTS often shout. Jonathan Wakely considers why this happens in C and what the alternatives are in C++.

[386]
Minimal Overhead for Multiple Interfaces  WEB  PDF
Daniel Gutson, Pablo Oliva.
Overload, 22(121):14-16, June 2014.
Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.

[387]
Editorial: Your Life in Their Hands  WEB  PDF
Ric Parkin.
Overload, 22(120):2-3, April 2014.
We leave an increasingly detailed digital footprint. Ric Parkin worries who can see it.

[388]
Size Matters  WEB  PDF
Sergey Ignatchenko, Dmytro Ivanchykhin.
Overload, 22(120):4-5, April 2014.
Should you target 32 or 64 bits? Sergey Ignatchenko and Dmytro Ivanchykhin consider the costs and benefits.

[389]
Enforcing the Rule of Zero  WEB  PDF
Juan Alday.
Overload, 22(120):6-8, April 2014.
We’ve had years to get used to the old rules for making classes copyable. Juan Alday sees how the new standards change them.

[390]
Quality Matters #8: Exceptions for Recoverable Conditions  WEB  PDF
Matthew Wilson.
Overload, 22(120):9-17, April 2014.
Too many programs deal with exceptions incorrectly. Matthew Wilson suggests practical steps to improve your code.

[391]
Static - A Force for Good and Evil  WEB  PDF
Chris Oldwood.
Overload, 22(120):18-22, April 2014.
We’ve all learnt to avoid the use of the static keyword. Chris Oldwood questions this wisdom.

[392]
Search with CppCheck  WEB  PDF
Martin Moene.
Overload, 22(120):23-25, April 2014.
Finding code of interest is a vital skill but our tools are often too simple. Martin Moene tries something better.

[393]
Windows 64-bit Calling Conventions  WEB  PDF
Roger Orr.
Overload, 22(120):26-31, April 2014.
How the stack works is useful to understanding your programs’ behaviour. Roger Orr compares and contrasts.

[394]
Teenage Hex  WEB  PDF
Teedy Deigh.
Overload, 22(120):32, April 2014.
There’s a big push to get programming into schools. Teedy Deigh considers what would suit the target audience.

[395]
Editorial: Random (non)sense  WEB  PDF
Frances Buontempo.
Overload, 22(119):2-3, February 2014.
It’s not pretty and it’s not clever. Frances Buontempo considers if the cut-up method can be used to generate editorials.

[396]
Static Polymorphic Named Parameters in C++  WEB  PDF
Martin Moene.
Overload, 22(119):4-6, February 2014.
Adding parameters to an object can be messy. Martin Moene demonstrates how method chaining can make code more readable.

[397]
Integrating the Catch Test Framework into Visual Studio  WEB  PDF
Malcolm Noyes.
Overload, 22(119):7-10, February 2014.
Visual Studio’s Test Explorer allows native C++ tests to be run under a managed wrapper. Malcolm Noyes takes it a step further using Catch to drive the tests.

[398]
Anatomy of a Java Decompiler  WEB  PDF
Lee Benfield, Mike Strobel.
Overload, 22(119):11-15, February 2014.
Java byte code can be reverted back into source code. Lee Benfield and Mike Strobel show how.

[399]
Optimizing Big Number Arithmetic Without SSE  WEB  PDF
Sergey Ignatchenko, Dmytro Ivanchykhin.
Overload, 22(119):16-18, February 2014.
Addition and multiplication can be slow for big numbers. Sergey Ignatchenko and Dmytro Ivanchykhin try to speed things up.

[400]
Capturing lvalue References in C++11 Lambdas  WEB  PDF
Pete Barber.
Overload, 22(119):19-20, February 2014.
How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.

[401]
Editorial: Not So Much a Program, More a Way of Life  WEB  PDF
Frances Buontempo.
Overload, 21(118):2-3, December 2013.
In an attempt to continue and improve on the successful formula of previous editorial avoidance techniques, Frances Buontempo considers what a program really is.

[402]
On the Other Side of the Barricade: Job Interviewer Do’s and Don’ts  WEB  PDF
Sergey Ignatchenko.
Overload, 21(118):4-6, December 2013.
Interviewing is an important skill which is hard to get right. Sergey Ignatchenko gives advice to get you thinking.

[403]
How to Program Your Way Out of a Paper Bag Using Genetic Algorithms  WEB  PDF
Frances Buontempo.
Overload, 21(118):7-9, December 2013.
It is often claimed people cannot program their way out of a paper bag. Frances Buontempo bucks the trend using genetic algorithms.

[404]
Object-Environment Collision Detection using Onion BSPs  WEB  PDF
Stuart Golodetz.
Overload, 21(118):10-15, December 2013.
Previously we considered 3D navigation. Stuart Golodetz demonstrates how to detect collisions using onion binary space partitioning.

[405]
Migrating from Visual SourceSafe to Git  WEB  PDF
Chris Oldwood.
Overload, 21(118):16-20, December 2013.
Migrating from one version control system to another is a big change. Chris Oldwood records the trials and triumphs of migrating from VSS to git.

[406]
Editorial: Decisions, Decisions  WEB  PDF
Frances Buontempo.
Overload, 21(117):2-3, October 2013.
Providing precise definitions can be difficult. For example, what is a program?

[407]
Code as a Crime Scene  WEB  PDF
Adam Tornhill.
Overload, 21(117):4-8, October 2013.
Forensic techniques can predict possible future crimes. Adam Tornhill shows how they can be applied to code.

[408]
Lies, Damn Lies and Estimates  WEB  PDF
Seb Rose.
Overload, 21(117):9-11, October 2013.
Predicting how long something will take is hard. Seb Rose takes us on a brief tour through the swamp that is estimation.

[409]
YAGNI-C as a Practical Application of YAGNI  WEB  PDF
Sergey Ignatchenko.
Overload, 21(117):12-14, October 2013.
YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.

[410]
Has the Singleton Not Suffered Enough  WEB  PDF
Omar Bashir.
Overload, 21(117):15-21, October 2013.
Singletons are much maligned. Omar Bashir considers why.

[411]
Automatic Navigation Mesh Generation in Configuration Space  WEB  PDF
Stuart Golodetz.
Overload, 21(117):22-27, October 2013.
Walkable 3D environments can be automatically navigated. Stuart Golodetz demonstrates how navigation meshes achieve this.

[412]
C++ Range and Elevation  WEB  PDF
Steve Love.
Overload, 21(117):28-36, October 2013.
C++ provides many features for higher-level programming, but lacks some common ones present in other languages.

[413]
Editorial: Learning Fantasy Languages  WEB  PDF
Frances Buontempo.
Overload, 21(116):2-3, August 2013.
The last Overload editorial described a Fantasy Language. Now, how do you learn one?

[414]
Hard Upper Limit on Memory Latency  WEB  PDF
Sergey Ignatchenko.
Overload, 21(116):4-5, August 2013.
Achieving very low latency is important. Sergey Ignatchenko asks how low can we go.

[415]
Simple Instrumentation  WEB  PDF
Chris Oldwood.
Overload, 21(116):6-10, August 2013.
Programs often run out of memory or grind to a halt. Chris Oldwood demonstrates how to add instrumentation to your code to track its performance.

[416]
Portable String Literals in C++  WEB  PDF
Alf Steinbach.
Overload, 21(116):11-15, August 2013.
How hard can it be to make a file in C++ with international text literals in its name? Alf Steinbach shows us.

[417]
Dynamic C++ (Part 2)  WEB  PDF
Alex Fabijanic.
Overload, 21(116):16-20, August 2013.
Previously we saw how to use some simple dynamic features in C++. Alex Fabijanic and Richard Saunders explore more powerful dynamic tools.

[418]
Auto - a necessary evil? (Part 2)  WEB  PDF
Roger Orr.
Overload, 21(116):21-24, August 2013.
Should you declare (almost) everything auto? Roger Orr considers when auto is appropriate.

[419]
Fantasy Languages  WEB  PDF
Ric Parkin.
Overload, 21(115):2-3, June 2013.
Software is all about describing a solution to a computer. Ric Parkin imagines what his ideal dialect would sound like.

[420]
Auto - A Necessary Evil?  WEB  PDF
Roger Orr.
Overload, 21(115):4-7, June 2013.
Superficially simple language features can be surprisingly complicated. Roger Orr explores a new one that is likely to be used widely.

[421]
TCP/IP Explained. A Bit  WEB  PDF
Sergey Ignatchenko.
Overload, 21(115):8-11, June 2013.
Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.

[422]
Demons May Fly Out Of Your Nose  WEB  PDF
Olve Maudel.
Overload, 21(115):12-13, June 2013.
Language standards give guarantees about valid program behaviour. Olve Maudel discovers what happens if you break your end of the bargain.

[423]
Wallpaper Rotation on Ubuntu using Ruby and Flickr  WEB  PDF
Filip van Laenen.
Overload, 21(115):14-20, June 2013.
Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.

[424]
Dynamic C++, Part 1  WEB  PDF
Alex Fabijanic.
Overload, 21(115):21-27, June 2013.
Static and dynamic languages have different trade-off. Alex Fabijanic attempts to get the best of both worlds.

[425]
The Uncertainty Principle  WEB  PDF
Kevlin Henney.
Overload, 21(115):29, June 2013.
Not being sure of something is usually thought of as a problem. Kevlin Henney argues to the contrary.

[426]
Knitting Needles and Keyboards  WEB  PDF
Frances Buontempo.
Overload, 21(114):2-3, April 2013.
Traditionally, both journals and developers have editors. Frances Buontempo considers the role of an editor, in another attempt to avoid writing an editorial.

[427]
A Model for Debug Complexity  WEB  PDF
Sergey Ignatchenko, Dmytro Ivanchykhin.
Overload, 21(114):4-5, April 2013.
Debugging any program can be difficult. Sergey Ignatchenko and Dmytro Ivanchykhin develop a mathematical model for its complexity.

[428]
Valgrind Part 6 - Helgrind and DRD  WEB  PDF
Paul Floyd.
Overload, 21(114):6-9, April 2013.
Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.

[429]
Quality Matters #7 Exceptions: the story so far  WEB  PDF
Matthew Wilson.
Overload, 21(114):10-17, April 2013.
Exception handling is difficult to get right. Matthew Wilson recaps the story so far.

[430]
Causality - Relating Distributed Diagnostic Contexts  WEB  PDF
Chris Oldwood.
Overload, 21(114):18-23, April 2013.
Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.

[431]
Executable Documentation Doesn’t Have To Slow You Down  WEB  PDF
Seb Rose.
Overload, 21(114):24-26, April 2013.
Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.

[432]
Why Dysfunctional Programming Matters  WEB  PDF
Teedy Deigh.
Overload, 21(114):27-28, April 2013.
Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious programmer.

[433]
The Good, The Bad and The Discordant  WEB  PDF
Frances Buontempo.
Overload, 21(113):2-3, February 2013.
There are several signs of bad code. Frances Buontempo considers ugliness, stench and discord in a search for beauty.

[434]
‘No Bugs’ Top Five C++ Cooking Recipes  WEB  PDF
Sergey Ignatchenko.
Overload, 21(113):4-6, February 2013.
Developers often have a few favourite tricks for solving problems. Sergey Ignatchenko shares his five top recipes.

[435]
Utilising More Than 4GB of Memory in 32-bit Windows Process  WEB  PDF
Chris Oldwood.
Overload, 21(113):7-11, February 2013.
Some applications require a vast amount of memory. Chris Oldwood presents techniques to provide extra memory.

[436]
The Signs of Trouble: On Patterns, Humbleness and Lisp  WEB  PDF
Adam Petersen.
Overload, 21(113):12-13, February 2013.
Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.

[437]
The Open- Closed Principle (OCP)  WEB  PDF
Nan Wang.
Overload, 21(113):14-15, February 2013.
Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes

[438]
Secrets of Testing WCF Services  WEB  PDF
Steve Love.
Overload, 21(113):16-23, February 2013.
WCF services provide middleware for applications but can be hard to test. Steve Love describes a way to develop a testable app.

[439]
Letter to the Editor  WEB  PDF
Jonathan Wakely.
Overload, 21(113):24, February 2013.

[440]
Originally, Overload Didn’t Have an Editorial  WEB  PDF
Frances Buontempo.
Overload, 20(112):2-3, December 2012.
Frances Buontempo considers history, predictions about the future and how to shirk off writing an editorial.

[441]
Web Annotation with Modified-Yarowsky and Other Algorithms  WEB  PDF
Silas Brown.
Overload, 20(112):4-7, December 2012.
Annotating text automatically requires word disambiguation. Silas Brown introduces the Yarowsky algorithm to help.

[442]
Complex Logic in the Member Initialiser List  WEB  PDF
Cassio Neri.
Overload, 20(112):8-13, December 2012.
The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.

[443]
-640K- 2^256 Bytes of Memory is More than Anyone Would Ever -Need- Get  WEB  PDF
Sergey Ignatchenko.
Overload, 20(112):14-15, December 2012.
How fast can computers get? Sergey Ignatchenko provides us with some upper limits.

[444]
Footprint on Modify  WEB  PDF
Andy Balaam.
Overload, 20(112):16-19, December 2012.
Tracking history can be done in a variety of ways. Andy Balaam describes one technique with many advantages.

[445]
Valgrind Part 5 - Massif  WEB  PDF
Paul Floyd.
Overload, 20(112):20-24, December 2012.
Poor performance can be caused by memory usage. Paul Floyd introduces Valgrind’s heap memory profiling tool Massif.

[446]
Editorial: Too Much Information  WEB  PDF
Frances Buontempo.
Overload, 20(111):2-3, October 2012.
Overload usually has an editorial. Frances Buontempo explains why she hasn’t had time to write one for this issue.

[447]
Valgrind Part 4  WEB  PDF
Paul Floyd.
Overload, 20(111):4-7, October 2012.
Cachegrind and Callgrind When your application is slow, you need a profiler. Paul Floyd shows us how callgrind and cachegrind can help.

[448]
Universal References in C++11  WEB  PDF
Scott Meyers.
Overload, 20(111):8-12, October 2012.
C++11 provides a new reference syntax, T&&. Scott Meyers explains that it doesn’t always mean ‘rvalue reference’.

[449]
A DSEL for Addressing the Problems Posed by Parallel Architectures  WEB  PDF
Jason McGuiness, Colin Egan.
Overload, 20(111):13-18, October 2012.
Programming parallel algorithms correctly is hard. Jason McGuiness and Colin Egan demonstrate how a C++ DESEL can make it simpler.

[450]
Keep It Simple, Singleton!  WEB  PDF
Sergey Ignatchenko.
Overload, 20(111):19-20, October 2012.
Naïve assumptions sound like a bad idea. Sergey Ignatchenko discusses how to spot good assumptions in the face of changing requirements.

[451]
Software Developer Business Patterns  WEB  PDF
Allan Kelly.
Overload, 20(111):21-24, October 2012.
Patterns can be applied to business as well as software. Allan Kelly shows us how.

[452]
Allow Me To Introduce Myself  WEB  PDF
Frances Buontempo.
Overload, 20(110):2-3, August 2012.
Using data mining techniques to write an editorial.

[453]
Valgrind Part 3 Advanced memcheck  WEB  PDF
Paul Floyd.
Overload, 20(110):4-7, August 2012.
Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.

[454]
Black-Scholes in Hardware  WEB  PDF
Wei Wang.
Overload, 20(110):8-15, August 2012.
The Black-Scholes model is a financial model. Wei Wang outlines its design and implementation for those who want to understand how algorithms can be implemented in hardware.

[455]
Replace User, Strike Any Key?  WEB  PDF
Sergey Ignatchenko.
Overload, 20(110):16-18, August 2012.
There is a common perception in the IT industry that the user is the primary source of all the problems. Sergey Ignatchenko asks if this is true.

[456]
Simple Mock Objects for C++11  WEB  PDF
Michael Rüegg.
Overload, 20(110):19-21, August 2012.
New C++11 features can be used to implement mock objects for unit tests. Michael Rüegg shows us how he does this in Mockator.

[457]
Large Objects and Iterator Blocks  WEB  PDF
Frances Buontempo.
Overload, 20(110):22-24, August 2012.
Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.

[458]
It’s Not What You Know, It’s Who You Know Most human endeavours are not solitary pursuits.  WEB  PDF
Ric Parkin.
Overload, 20(109):2, June 2012.
Ric Parkin looks at the interconnection of everyone.

[459]
Programming Darwinism  WEB  PDF
Sergey Ignatchenko.
Overload, 20(109):4-5, June 2012.
Have you ever thought your software had a life of its own? Sergey Ignatchenko wonders whether you might be right.

[460]
What’s a Good Date?  WEB  PDF
Björn Fahller.
Overload, 20(109):6-9, June 2012.
Implementing a data type seems simple at first glance. Björn Fahller investigates why you might choose a representation.

[461]
Tail Call Optimisation in C++  WEB  PDF
Andy Balaam.
Overload, 20(109):10-13, June 2012.
Stack based languages can be very powerful, but often can’t deal with arbitrary recursion. Andy Balaam finds a way around this limitation.

[462]
All About XOR  WEB  PDF
Michael Lewin.
Overload, 20(109):14-19, June 2012.
Boolean operators are the bedrock of computer logic. Michael Lewin investigates a common one and shows there’s more to it than meets the eye.

[463]
Curiously Recursive Template Problems with Aspect Oriented Programming  WEB  PDF
Hugo Arregui, Carlos Castro, Daniel Gutson.
Overload, 20(109):20-23, June 2012.

[464]
Valgrind Part 2 - Basic memcheck  WEB  PDF
Paul Floyd.
Overload, 20(109):24-29, June 2012.
Learning how to use our tools well is a vital skill. Paul Floyd shows us how to check for memory problems.

[465]
The Computing Revolution Will Be Televised (Again)  WEB  PDF
Ric Parkin.
Overload, 20(108):2-3, April 2012.
30 years ago we had to plug our first computers into the TV. Ric Parkin looks at how far we’ve come since then.

[466]
Why Automatic Differentiation Won’t Cure Your Calculus Blues  WEB  PDF
Richard Harris.
Overload, 20(108):4-11, April 2012.
We’ve tried and rejected many numerical approaches to differentiation. Richard Harris has one final attempt.

[467]
Back to School  WEB  PDF
Andy Thomas.
Overload, 20(108):12-13, April 2012.
The Sinclair ZX Spectrum will be 30 years old in April 2012. Andy Thomas recalls how this plucky little home computer shaped his childhood.

[468]
Valgrind Part 1 - Introduction  WEB  PDF
Paul Floyd.
Overload, 20(108):14-15, April 2012.
Good analysis tools can really help track down problems. Paul Floyd investigates the facilities from a suite of tools.

[469]
Mutation Testing  WEB  PDF
Filip van Laenen.
Overload, 20(108):16-22, April 2012.
We all know that testing improves our code, guarding against errors. Filip van Laenen asks how we know that the tests are comprehensive?

[470]
Unit Testing Compilation Failure  WEB  PDF
Pete Barber.
Overload, 20(108):23-27, April 2012.
We usually test that our code does what we expect. Pete Barber tries to prove that his code fails to compile.

[471]
Refactoring Towards Seams in C++  WEB  PDF
Michael Rüegg.
Overload, 20(108):29-32, April 2012.
Breaking dependencies in existing code is hard. Michael Rüegg explains how seams can help and provides new automated refactorings for C++ to achieve them.

[472]
Compiling a Static Web Site Using the C Preprocessor  WEB  PDF
Sergey Ignatchenko.
Overload, 20(108):33-35, April 2012.
Sometimes the obvious way is still too complex. Sergey Ignatchenko relates how ‘No Bugs’ Bunny found an unexpectedly simple approach to creating a web site.

[473]
A Position on Running Interference in Languages  WEB  PDF
Teedy Deigh.
Overload, 20(108):36, April 2012.
There is much debate about the merits of different approaches to type systems. Teedy Deigh considers how to make the most of them.

[474]
Many Hands Make Light Work  WEB  PDF
Ric Parkin.
Overload, 20(107):2-3, February 2012.
Some people say the parallel revolution is coming. Ric Parkin argues it’s in full swing.

[475]
Memory Leaks and Memory Leaks  WEB  PDF
Sergey Ignatchenko.
Overload, 20(107):4-5, February 2012.
Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’.

[476]
Many Slices of Pi  WEB  PDF
Steve Love.
Overload, 20(107):6-13, February 2012.
Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of Pi.

[477]
Why Computer Algebra Won’t Cure Your Calculus Blues  WEB  PDF
Richard Harris.
Overload, 20(107):14-19, February 2012.
We still haven’t found how to accurately do calculus. Richard Harris revisits an algebraic technique.

[478]
The Eternal Battle Against Redundancies, Part 2  WEB  PDF
Christoph Knabe.
Overload, 20(107):20-23, February 2012.
Repeated information leads to poor quality software. Christoph Knabe continues to see how removing them has influenced language design.

[479]
A Practical Introduction to Erlang  WEB  PDF
Alexander Demin.
Overload, 20(107):24-28, February 2012.
The future of massively parallel hardware will need good language support. Alexander Demin takes a look at an unexpected approach.

[480]
Patently Ridiculous!  WEB  PDF
Ric Parkin.
Overload, 19(106):2, December 2011.
Software patents have a chequered history. Ric Parkin looks at some of the problems.

[481]
Moving with the Times  WEB  PDF
Alan Griffiths.
Overload, 19(106):4-5, December 2011.
The ACCU is primarily a way for programmers to communicate. Alan Griffiths looks at its past, and speculates on its future.

[482]
The Eternal Battle Against Redundancies, Part I  WEB  PDF
Christoph Knabe.
Overload, 19(106):7-10, December 2011.
The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages.

[483]
From the Age of Power to the Age of Magic and beyond...  WEB  PDF
Sergey Ignatchenko.
Overload, 19(106):11-13, December 2011.
Certain abilities allowed some societies to dominate their peers. Sergey Ignatchenko takes a historical perspective on dominant societies

[484]
RAII is not Garbage  WEB  PDF
Paul Grenyer.
Overload, 19(106):14-15, December 2011.
Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom.

[485]
Why Polynomial Approximation Won't Cure Your Calculus Blues  WEB  PDF
Richard Harris.
Overload, 19(106):16-24, December 2011.
We’re still trying to find a good way to approach numerical computing. Richard Harris tries to get as close as possible.

[486]
Concurrent Programming with Go  WEB  PDF
Mark Summerfield.
Overload, 19(106):25-28, December 2011.
Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go.

[487]
A Journey Through History  WEB  PDF
Ric Parkin.
Overload, 19(105):2-3, October 2011.
Despite early pioneers, the computer revolution is relatively young. Ric Parkin takes a personal tour.

[488]
Why Finite Differences Won’t Cure Your Calculus Blues  WEB  PDF
Richard Harris.
Overload, 19(105):4-11, October 2011.
Now we know our problem in depth. Richard Harris analyses if a common technique will work adequately.

[489]
Outsource Your Self-Discipline  WEB  PDF
Filip van Laenen.
Overload, 19(105):12-14, October 2011.
It’s all too easy to skip those tedious but vital steps towards code quality. Filip van Laenen suggests getting someone else to do them.

[490]
Picking Patterns for Parallel Programs (Part 1)  WEB  PDF
Anthony Williams.
Overload, 19(105):15-17, October 2011.
Designing programs for multi-core systems can be extremely complex. Anthony Williams suggests some patterns to keep things under control.

[491]
Intellectual Property - a Crash Course for Developers  WEB  PDF
Sergey Ignatchenko.
Overload, 19(105):18-20, October 2011.
Interpreting law is a tricky business. Sergey Ignatchenko introduces someone who can help you avoid expensive mistakes.

[492]
Rise of the Machines  WEB  PDF
Ric Parkin.
Overload, 19(104):2, August 2011.
Been having trouble with technology or simple devices? Ric Parkin fears for our future

[493]
Over-Generic Use of Abstractons as a Major Cause of Wasting Resources  WEB  PDF
Sergey Ignatchenko.
Overload, 19(104):4-6, August 2011.
We often find ways to hide complexity. Sergey Ignatchenko looks at how this can be sub-optimal.

[494]
Integrating Testers Into An Agile Team  WEB  PDF
Allan Kelly.
Overload, 19(104):7-9, August 2011.
Agile has usually concentrated on how to organise developers. Allan Kelly shows how testers fit in.

[495]
Thread-Safe Access Guards  WEB  PDF
Bjørn Reese.
Overload, 19(104):10-12, August 2011.
Ensuring safe access to shared data can be cumbersome and error-prone. Bjørn Reese presents a technique to help.

[496]
An Introduction to Test Driven Development  WEB  PDF
Paul Grenyer.
Overload, 19(104):13-20, August 2011.
TDD is too often thought to be all about Unit Tests. Paul Grenyer works through an example to show the bigger picture.

[497]
Why [Insert Algorithm Here] Won’t Cure Your Calculus Blues  WEB  PDF
Richard Harris.
Overload, 19(104):21-24, August 2011.
We now know that floating point arithmetic is the best we can do. Richard Harris goes back to school ready to show how to use it.

[498]
Can you keep a secret?  WEB  PDF
Ric Parkin.
Overload, 19(103):2, June 2011.
Privacy and security have been in the news a lot recently. Ric Parkin looks behind the curtain.

[499]
Some Objects Are More Equal Than Others  WEB  PDF
Steve Love, Roger Orr.
Overload, 19(103):4-9, June 2011.
Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.

[500]
The Guy We’re All Working For  WEB  PDF
Sergey Ignatchenko.
Overload, 19(103):10-12, June 2011.
Developers like to think they’re in control of their products. Sergey Ignatchenko reminds us who’s really in charge.

[501]
Exception Specifications in C++ 2011  WEB  PDF
Dietmar Kühl.
Overload, 19(103):13-17, June 2011.
The new standard is almost finished. Dietmar Kühl looks at the new exception features.

[502]
Why Interval Arithmetic Won’t Cure Your Floating Point Blues  WEB  PDF
Richard Harris.
Overload, 19(103):18-23, June 2011.
We’ve looked at several approaches to numeric computing. Richard Harris has a final attempt to find an accurate solution.

[503]
Systems Thinking Software Development  WEB  PDF
Tom Sedge.
Overload, 19(103):24-30, June 2011.
Many processes cause more problems than they solve. Tom Sedge shows how to tailor your own.

[504]
The ACCU 2011 Crypto Challenge  WEB  PDF
Richard Harris.
Overload, 19(103):31-36, June 2011.
Ready for the biggest challenge yet? Richard Harris throws down the gauntlet.

[505]
This Year’s Model  WEB  PDF
Ric Parkin.
Overload, 19(102):2, April 2011.
Design and development requires us to think about the world. Ric Parkin considers some ways of coping with the complexity.

[506]
Benefits of Well Known Interfaces in Closed Source Code  WEB  PDF
Arun Saha.
Overload, 19(102):4-7, April 2011.
Designing a good API is a significant challenge. Arun Saha suggests taking inspiration from outside.

[507]
Why Computer Algebra Won’t Cure Your Floating Point Blues  WEB  PDF
Richard Harris.
Overload, 19(102):8-13, April 2011.
Numerical computing is proving quite a challenge. Richard Harris sees if a computer can do mathematics.

[508]
The Agile Spectrum  WEB  PDF
Allan Kelly.
Overload, 19(102):14-17, April 2011.
Very few teams are truly Agile. Allan Kelly looks at the range of styles.

[509]
On CMM, Formalism and Creativity  WEB  PDF
Sergey Ignatchenko.
Overload, 19(102):18-20, April 2011.
No Bugs requires us to improve software quality. Sergey Ignatchenko considers some of the potential problems.

[510]
Refactoring and Software Complexity Variability  WEB  PDF
Alex Yakyma.
Overload, 19(102):21-23, April 2011.
Most code bases could have their complexity improved. Alex Yakyma presents a model that suggests how to do this.

[511]
Despair Programming  WEB  PDF
Teedy Deigh.
Overload, 19(102):24, April 2011.
Managing relationships is vital to a successful project. Teedy Deigh looks back on a lifetime’s experience.

[512]
Ah! The fog is lifting!  WEB  PDF
Ric Parkin.
Overload, 19(101):2-3, February 2011.
Futurology has a dismal track record. Ric Parkin looks at the history of technology predictions.

[513]
Queue with Position Reservation  WEB  PDF
Eugene Surman.
Overload, 19(101):4-7, February 2011.
Multiple threads can make processing a message queue faster. Eugene Surman needs the right data structure.

[514]
Why Rationals Won’t Cure Your Floating Point Blues  WEB  PDF
Richard Harris.
Overload, 19(101):8-11, February 2011.
Numerical computing is still proving hard to do accurately. Richard Harris considers another number representation.

[515]
Overused Code Reuse  WEB  PDF
Sergey Ignatchenko.
Overload, 19(101):12-14, February 2011.
It’s tempting to use someone else’s code rather than write it yourself. Sergey Ignatchenko reports that ‘No Bugs’ Bunny recommends caution.

[516]
The Agile 10 Steps Model  WEB  PDF
Allan Kelly.
Overload, 19(101):16-19, February 2011.
Technical processes have tended to dominate agile thinking. Allan Kelly looks at the wider picture.

[517]
Rise of the Machines  WEB  PDF
Kevlin Henney.
Overload, 19(101):20, February 2011.
Sometimes the world really is out to get you. Kevlin Henney identifies some culprits.

[518]
Numbers and The Appliance of Science  WEB  PDF
Ric Parkin.
Overload, 18(100):2-3, December 2010.
How sure are you of something? Ric Parkin considers how we build models, and celebrates a milestone.

[519]
Bug Hunting and the Scientific Method  WEB  PDF
Rafael Jay.
Overload, 18(100):4-7, December 2010.
Do you have a proper methodology when fixing bugs? Rafael Jay puts on his lab coat.

[520]
From Occam’s Razor to No Bugs’ Axe  WEB  PDF
Sergey Ignatchenko.
Overload, 18(100):8-10, December 2010.
Designing good APIs that stand the test of time is notoriously hard. Sergey Ignatchenko suggests a radical guideline.

[521]
The Quartermaster’s Store  WEB  PDF
Phil Bass.
Overload, 18(100):11-13, December 2010.
Be careful what you wish for. Phil Bass tries to simulate a missing language feature.

[522]
Why Fixed Point Won’t Cure Your Floating Point Blues  WEB  PDF
Richard Harris.
Overload, 18(100):14-21, December 2010.
Numeric computing is very difficult to do properly. Richard Harris looks at whether a common technique will help.

[523]
Interface Versioning in C++  WEB  PDF
Steve Love.
Overload, 18(100):22-31, December 2010.
Interface Versioning in C++Updating a widely used DLL interface is non-trivial. Steve Love presents a practical approach.

[524]
Quality Matters Christmas Intermezzo  WEB  PDF
Matthew Wilson.
Overload, 18(100):32, December 2010.
Sometimes it’s good to reflect. Matthew Wilson considers what he’s learnt so far.

[525]
Lies, Damn Lies, and Statistics  WEB  PDF
Ric Parkin.
Overload, 18(99):2-3, October 2010.
Making a good decision is vital. Ric Parkin looks at what information we use.

[526]
You're Going To Have To Think!  WEB  PDF
Richard Harris.
Overload, 18(99):4-9, October 2010.
Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet.

[527]
What motivates software developers: a workshop report  WEB  PDF
Helen Sharp.
Overload, 18(99):10-13, October 2010.
Keeping your team happy should be more than guesswork. Helen Sharp went and asked you.

[528]
To DLL or Not To DLL  WEB  PDF
Sergey Ignatchenko.
Overload, 18(99):14-16, October 2010.
Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit’s-eye view.

[529]
Making String ReTRIEval Fast  WEB  PDF
Björn Fahller.
Overload, 18(99):17-25, October 2010.
Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure.

[530]
Quality Matters #6: Exceptions for Practically-Unrecoverable Conditions  WEB  PDF
Matthew Wilson.
Overload, 18(99):26-36, October 2010.
Being robust is harder than you think. Matthew Wilson analyses a classic program.

[531]
A Little Learning Is A Dangerous Thing  WEB  PDF
Ric Parkin.
Overload, 18(98):2-3, August 2010.
An opportunity for nostalgia triggers some musings on the value of education. Ric Parkin goes back to school.

[532]
“I’m a Business Analyst - Get Me Out Of Here”  WEB  PDF
Allan Kelly.
Overload, 18(98):4-8, August 2010.
Some classic roles are omitted by Agile methodologies. Allan Kelly considers how a Business Analyst fits in.

[533]
The Model Student: The ACCU 2010 Crypto Challenge  WEB  PDF
Richard Harris.
Overload, 18(98):9-11, August 2010.
Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution.

[534]
Renovating a Legacy C++ Project  WEB  PDF
Alan Griffiths.
Overload, 18(98):12-15, August 2010.
Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved.

[535]
Single-Threading: Back to the Future? (Part 2)  WEB  PDF
Sergey Ignatchenko.
Overload, 18(98):16-19, August 2010.
Multithreading can cause notoriously difficult bugs. Sergey Ignatchenko finds mitigating strategies for programs on servers.

[536]
Debugging Run Time Memory Problems  WEB  PDF
Matthew Jones.
Overload, 18(98):20-27, August 2010.
The C++ Standard is often silent on what happens when things go wrong. Matthew Jones looks under the bonnet to take control.

[537]
Quality Matters: The Worst Form of ‘Error’  WEB  PDF
Matthew Wilson.
Overload, 18(98):28-32, August 2010.
Handling Except For All The Others Dealing with errors is a vital part of good programming. Matthew Wilson specifies a taxonomy.

[538]
The Art of the Possible  WEB  PDF
Ric Parkin.
Overload, 18(97):, June 2010.
In polite company you should never talk about religion or politics. Ric Parkin makes an exception.

[539]
Scalable Graph Coverage  WEB  PDF
Andy Balaam.
Overload, 18(97):, June 2010.
Optimising data processing is often about compromise. Andy Balaam finds the right balance.

[540]
Socially Responsible Recruitment  WEB  PDF
Ian Bruntlett.
Overload, 18(97):, June 2010.
Finding talented people is hard. Ian Bruntlett highlights an under-appreciated source.

[541]
Single-Threading: Back to the Future?  WEB  PDF
Sergey Ignatchenko.
Overload, 18(97):, June 2010.
Dealing with multi-threading is notoriously hard. Sergey Ignatchenko learns lessons from the past.

[542]
The Model Student: A Game of Six Integers (Part 3)  WEB  PDF
Richard Harris.
Overload, 18(97):, June 2010.
We now have the tools to analyse the Countdown Numbers Game. Richard Harris is ready to play.

[543]
The Functional Student: A Game of Six Integers  WEB  PDF
Richard Polton.
Overload, 18(97):, June 2010.
The Countdown numbers game is a popular challenge. Richard Polton tries a new language to solve it.

[544]
Dealing with Growing Pains  WEB  PDF
Ric Parkin.
Overload, 18(96):, April 2010.
Expanding your team is never easy. Ric Parkin experiences the recruiting process.

[545]
The Model Student: A Game of Six Integers (Part 2)  WEB  PDF
Richard Harris.
Overload, 18(96):, April 2010.
What are the properties of the Numbers Game? Richard Harris continues his analysis.

[546]
Using Design Patterns to Manage Complexity  WEB  PDF
Omar Bashir.
Overload, 18(96):, April 2010.
Simpler programs are more reliable. Omar Bashir sees how to make improvements.

[547]
The Predicate Student: A Game of Six Integers  WEB  PDF
Nigel Eke.
Overload, 18(96):, April 2010.
How easily can you solve puzzles? Nigel Eke applies some logic.

[548]
Bug Elimination - Defensive Agile Ruses  WEB  PDF
Walter Foyle.
Overload, 18(96):, April 2010.
Everyone thinks they understand bug economics. Walter Foyle looks again.

[549]
A Practical, Reasoned and Inciteful Lemma for Overworked and Overlooked Loners  WEB  PDF
Teedy Deigh.
Overload, 18(96):, April 2010.
Popular movements need a rallying cry. Teedy Deigh offers a timely one.

[550]
Back To The Future  WEB  PDF
Ric Parkin.
Overload, 18(95):, February 2010.
The last decade has seen huge changes. Ric Parkin looks at technology and its effects.

[551]
One Approach to Using Hardware Registers in C++  WEB  PDF
Martin Moene.
Overload, 18(95):, February 2010.
Testing increases software reliability. Martin Moene presents a technique for checking the control of hardware.

[552]
The Model Student: A Game of Six Integers (Part 1)  WEB  PDF
Richard Harris.
Overload, 18(95):, February 2010.
In how many ways can you combine a set of numbers? Richard Harris gets counting.

[553]
Simplifying the C++/Angelscript Binding Process  WEB  PDF
Stuart Golodetz.
Overload, 18(95):, February 2010.
Many systems provide a scripting language. Stuart Golodetz shows how to make it easier.

[554]
Quality Matters: Diagnostic Measures  WEB  PDF
Matthew Wilson.
Overload, 18(95):, February 2010.
How do we catch problems early? Matthew Wilson investigates the recls library.

[555]
A Crack in Time  WEB  PDF
Ric Parking.
Overload, 17(94):2, December 2009.
Encoding messages has a long history. Ric Parking looks back at how this affected computing.

[556]
Shadow Data Types  WEB  PDF
Jon Jagger.
Overload, 17(94):4-6, December 2009.
Hiding implementation details is a good idea. Jon Jagger shows a technique in C that avoids some of the common problems.

[557]
Creating a Framework for the iPhone  WEB  PDF
Pete Goodliffe.
Overload, 17(94):7-10, December 2009.
Apple’s iPhone SDK doesn’t allow you to create a Framework. Pete Goodliffe explains how to build one manually.

[558]
The Model Student: A Primal Skyline (Part 3)  WEB  PDF
Richard Harris.
Overload, 17(94):11-16, December 2009.
The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.

[559]
Project-Specific Language Dialects  WEB  PDF
Yaakov Belch, Sergey Ignatchenko, Dmytro Ivanchykhin.
Overload, 17(94):17-25, December 2009.
Today’s languages force a one-size-fits-all approach on projects. Yaakov Belch, Sergey Ignatchenko and Dmytro Ivanchykhin suggest a more flexible solution.

[560]
Quality Matters: A Case Study in Quality  WEB  PDF
Matthew Wilson.
Overload, 17(94):26-32, December 2009.
How do we assess quality? Matthew Wilson takes a look at the design of one library.

[561]
All together now.  WEB  PDF
Ric Parkin.
Overload, 17(93):, October 2009.
Can you do several things at once? Ric Parkin tries multi-tasking.

[562]
The Model Student: A Primal Skyline (Part 2)  WEB  PDF
Richard Harris.
Overload, 17(93):, October 2009.
How do you measure the length of a curve? Richard Harris gets his ruler out.

[563]
Multi-threading in C++0x  WEB  PDF
Anthony Williams.
Overload, 17(93):11-17, October 2009.
Threading support is being added to C++. Anthony Williams introduces us to the new facilities.

[564]
Quality Matters: Correctness, Robustness and Reliability  WEB  PDF
Matthew Wilson.
Overload, 17(93):, October 2009.
What do we mean by quality? Matthew Wilson considers some definitions.

[565]
The Generation, Management and Handling of Errors (Part 2)  WEB  PDF
Andy Longshaw, Eoin Woods.
Overload, 17(93):, October 2009.
Dealing with errors is a vital activity. Andy Longshaw and Eoin Woods conclude their pattern language.

[566]
Moments in History  WEB  PDF
Ric Parkin.
Overload, 17(92):, August 2009.
Technology shapes our world. Ric Parkin looks back at 40 years of change.

[567]
I Think I'll Parse  WEB  PDF
Stuart Golodetz.
Overload, 17(92):, August 2009.
A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.

[568]
Quality Matters: Introductions, and Nomenclature  WEB  PDF
Matthew Wilson.
Overload, 17(92):, August 2009.
There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.

[569]
Code Rot  WEB  PDF
Tom Guest.
Overload, 17(92):, August 2009.
Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.

[570]
The Model Student: A Primal Skyline (Part 1)  WEB  PDF
Richard Harris.
Overload, 17(92):, August 2009.
Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.

[571]
The Generation, Management and Handling of Errors (Part 1)  WEB  PDF
Andy Longshaw, Eoin Woods.
Overload, 17(92):, August 2009.
An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.

[572]
No 'Concepts' in C++0x  WEB  PDF
Bjarne Stroustrup.
Overload, 17(92):, August 2009.
There have been some major decisions made about the next C++ Standard. Bjarne Stroustrup explains what's changed and why.

[573]
A Good Craftsman Knows His Tools  WEB  PDF
Ric Parkin.
Overload, 17(91):, June 2009.
Are you using the right ones? Ric Parkin looks in his toolbox...

[574]
Floating Point Fun and Frolics  WEB  PDF
Frances Buontempo.
Overload, 17(91):, June 2009.
Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.

[575]
On Management: The Business Analyst's Role  WEB  PDF
Allan Kelly.
Overload, 17(91):, June 2009.
Some management titles are poorly defined. Allan Kelly disentangles a knotty one.

[576]
Complexity, Requirements and Models  WEB  PDF
Rafael Jay.
Overload, 17(91):, June 2009.
Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.

[577]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly  WEB  PDF
Matthew Wilson.
Overload, 17(91):, June 2009.
A good library must be useful in practice. Matthew Wilson looks at usability and extendability.

[578]
The Model Student: The Enigma Challenge  WEB  PDF
Richard Harris.
Overload, 17(91):, June 2009.
Codebreaking was instrumental to computing history. Richard Harris presents a simplified Enigma code for you to crack.

[579]
Boiler Plating Database Resource Cleanup (Part 2)  WEB  PDF
Paul Grenyer.
Overload, 17(91):, June 2009.
Timely disposal of resources is important. Paul Grenyer applies this to database access in Java.

[580]
ACCU 2009  WEB  PDF
Giovanni Asproni.
Overload, 17(91):, June 2009.
The 2009 ACCU Conference took place in March. The conference chair, Giovanni Asproni, provides a report.

[581]
Back to School  WEB  PDF
Ric Parkin.
Overload, 17(90):, April 2009.
Much is made of the Knowledge Economy. But just how can you keep up to date?

[582]
Software Development in the 21st Century  WEB  PDF
Alan Griffiths, Marc Allan.
Overload, 17(90):, April 2009.
What's the future of software development? Alan Griffiths and Marc Allan have a timely look at recent experiences.

[583]
Testing State Machines  WEB  PDF
Matthew Jones.
Overload, 17(90):, April 2009.
State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.

[584]
If You Can't See Me, I Can't See You  WEB  PDF
Stuart Golodetz.
Overload, 17(90):, April 2009.
Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.

[585]
The Model Student: A Rube-ish Square (Part 2)  WEB  PDF
Richard Harris.
Overload, 17(90):, April 2009.
A rube-ish square embodies some simple group theory. Richard Harris explores its properties.

[586]
On Management: Product Managers  WEB  PDF
Allan Kelly.
Overload, 17(90):, April 2009.
Product Management is a poorly understood activity. Allan Kelly sheds some light on its mysteries.

[587]
An Introduction to FastFormat (Part 2): Custom Argument and Sink Types  WEB  PDF
Matthew Wilson.
Overload, 17(90):, April 2009.
A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.

[588]
WRESTLE: Aggressive and Unprincipled Agile Development in the Small  WEB  PDF
Teedy Deigh.
Overload, 17(90):, April 2009.
Agile development is all the rage. Teedy Deigh introduces a popular variant.

[589]
Watt's going on?  WEB  PDF
Ric Parkin.
Overload, 17(89):, February 2009.
Just how much power are you using...

[590]
Measurable Value with Agile  WEB  PDF
Ryan Shriver.
Overload, 17(89):, February 2009.
Are you solving the right problem or simply solving the problem right? Ryan Shriver shows us that both are needed for value delivery.

[591]
Through The Looking Glass  WEB  PDF
Stuart Golodetz.
Overload, 17(89):, February 2009.
What's happening in the next room? Stuart Golodetz has to find the door first!

[592]
Orderly Termination of Programs  WEB  PDF
Omar Bashir.
Overload, 17(89):, February 2009.
Ensuring a clean shutdown is important. Omar Bashir presents some techniques.

[593]
On Management: Caveat Emptor  WEB  PDF
Allan Kelly.
Overload, 17(89):, February 2009.
There are many theories and practices of management. Allan Kelly offers some warnings.

[594]
The Model Student: A Rube-ish Square (Part 1)  WEB  PDF
Richard Harris.
Overload, 17(89):, February 2009.
We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.

[595]
An Introduction to Fast Format (Part 1): The State of the Art  WEB  PDF
Matthew Wilson.
Overload, 17(89):, February 2009.
Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.

[596]
The Sweet Smell of Success  WEB  PDF
Ric Parkin.
Overload, 16(88):, December 2008.
If your last project wasn't successful, you're not alone...

[597]
The Model Student: Can Chance Make Fine Things? (Part 2)  WEB  PDF
Richard Harris.
Overload, 16(88):, December 2008.
How well does evolution find solutions? Richard Harris models population change.

[598]
Model View Controller with Java Swing  WEB  PDF
Paul Grenyer.
Overload, 16(88):, December 2008.
It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.

[599]
On Management: Understanding Who Creates Software  WEB  PDF
Allan Kelly.
Overload, 16(88):, December 2008.
Software development organizations vary greatly. Allan Kelly considers what this means for managers.

[600]
The Legion's Revolting!  WEB  PDF
Stuart Golodetz.
Overload, 16(88):, December 2008.
3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.

[601]
Iterators and Memberspaces  WEB  PDF
Roel Vanhout.
Overload, 16(88):, December 2008.
Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.

[602]
Generics without Templates - Revisited  WEB  PDF
Robert Jones.
Overload, 16(88):, December 2008.
Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.

[603]
The Invisible Hand  WEB  PDF
Ric Parkin.
Overload, 16(87):, October 2008.
Large groups can behave as one, but how predicatable are they?

[604]
Seeing Things Differently  WEB  PDF
Stuart Golodetz.
Overload, 16(87):, October 2008.
The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.

[605]
DynamicAny (Part 2)  WEB  PDF
Aleksandar Fabijanic.
Overload, 16(87):, October 2008.
Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.

[606]
Focus, Quality, Time-boxes and Ducks  WEB  PDF
Allan Kelly.
Overload, 16(87):, October 2008.
Project success depends on organisation. Allan Kelly looks at how to keep things in order.

[607]
The Model Student: Can Chance Make Fine Things? (Part 1)  WEB  PDF
Richard Harris.
Overload, 16(87):, October 2008.
Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance.

[608]
Performitis (Part 3)  WEB  PDF
Klaus Marquardt.
Overload, 16(87):, October 2008.
Prevention is better than cure. Klaus Marquardt suggests some treatments to avoid problems.

[609]
It's good to talk...  WEB  PDF
Ric Parkin.
Overload, 16(86):, August 2008.
Writing code is only part of developing software.

[610]
DynamicAny, Part I  WEB  PDF
Aleksandar Fabijanic.
Overload, 16(86):, August 2008.
Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.

[611]
Performitis - Part 2  WEB  PDF
Klaus Marquardt.
Overload, 16(86):, August 2008.
Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments.

[612]
Globals, Singletons and Parameters  WEB  PDF
Bill Clare.
Overload, 16(86):, August 2008.
One size rarely fits all. Bill Clare considers different approaches to parameterization.

[613]
Exceptions Make for Elegant Code  WEB  PDF
Anthony Williams.
Overload, 16(86):, August 2008.
Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.

[614]
Divide and Conquer: Partition Trees and Their Uses  WEB  PDF
Stuart Golodetz.
Overload, 16(86):, August 2008.
The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it.

[615]
On Management  WEB  PDF
Allan Kelly.
Overload, 16(86):, August 2008.
Management is a vital part of software development. Allan Kelly starts a new series by balancing some constraints.

[616]
Plus ça change  WEB  PDF
Ric Parkin.
Overload, 16(85):, June 2008.
Our job titles seem to be dictated as much by fashion as by anything else. Does it matter? It does to some. Oh, and Overload has a new editor.

[617]
Performitis  WEB  PDF
Klaus Marquardt.
Overload, 16(85):, June 2008.
Patterns try to solve problems. Klaus Marquardt looks at one from a medical perspective.

[618]
The Model Student: A Knotty Problem, Part 2  WEB  PDF
Richard Harris.
Overload, 16(85):, June 2008.
Tying yourself in knots is easy. Richard Harris cuts through the complexity.

[619]
RSA Made Simple  WEB  PDF
Stuart Golodetz.
Overload, 16(85):, June 2008.
RSA is a common public key cryptography algorithm. Stuart Golodetz explains the mathematics behind it and shows us how to use it in Java.

[620]
Quality Manifesto  WEB  PDF
Tom Gilb.
Overload, 16(85):, June 2008.
Software quality is a systems engineering job. Tom Gilb explains the importance of knowing where we're going.

[621]
After Four Years  WEB  PDF
Alan Griffiths.
Overload, 16(84):, April 2008.
After four years as editor of Overload it is time for a change.

[622]
Watersheds and Waterfalls (Part 2)  WEB  PDF
Stuart Golodetz.
Overload, 16(84):, April 2008.
Stuart Golodetz continues his survey of algorithms for segmenting images into regions.

[623]
The Model Student: A Knotty Problem, Part 1  WEB  PDF
Richard Harris.
Overload, 16(84):, April 2008.
Richard Harris explores more of the mathematics of modelling problems with computers.

[624]
The Way of the Consultant  WEB  PDF
Teedy Deigh.
Overload, 16(84):, April 2008.
Effective communication is a challenging reponsibility of the communicator - Teedy Deigh offers some observations on how consultants can meet this challenge.

[625]
When Things Go Wrong  WEB  PDF
Roger Orr.
Overload, 16(83):, February 2008.
Can we reduce the pain of computer problems?

[626]
Letter to the Editor  WEB  PDF
Silas S. Brown.
Overload, 16(83):, February 2008.

[627]
Watersheds and Waterfalls  WEB  PDF
Stuart Golodetz.
Overload, 16(83):, February 2008.
An introductory look at segmenting images into regions using a landscape analogy.

[628]
The PfA Papers: Deglobalisation  WEB  PDF
Kevlin Henney.
Overload, 16(83):, February 2008.
More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg

[629]
The Regular Travelling Salesman, Part 2  WEB  PDF
Richard Harris.
Overload, 16(83):, February 2008.
Richard Harris explores more of the mathematics of modelling problems with computers.

[630]
Testing Visiting Files and Directories in C#  WEB  PDF
Paul Grenyer.
Overload, 16(83):, February 2008.
Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.

[631]
Generics Without Templates  WEB  PDF
Robert Jones.
Overload, 16(83):, February 2008.
Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.

[632]
Future Workers (Prototype)  WEB  PDF
Allan Kelly.
Overload, 16(83):, February 2008.
What does it mean for IT workers to be prototype knowledge workers?

[633]
The Essence of Success  WEB  PDF
Alan Griffiths.
Overload, 15(82):, December 2007.

[634]
The PfA Papers: Context Matters  WEB  PDF
Kevlin Henney.
Overload, 15(82):, December 2007.
Continuing his history of Parameterise from Above, Kevlin Henny looks at Singletons and Context Objects.

[635]
The Model Student  WEB  PDF
Richard Harris.
Overload, 15(82):, December 2007.
Richard Harris begins a series of articles exploring some of the mathematics of interest to those modelling problems with computers. Part 1: The Regular Travelling Salesman.

[636]
Java Protocol Handlers  WEB  PDF
Roger Orr.
Overload, 15(82):, December 2007.
Roger Orr demonstrates the use of Java's URL handling to make code independent of the source of data.

[637]
Upgrading Legacy Software in Data Communications Systems  WEB  PDF
Omar Bashir.
Overload, 15(82):, December 2007.
Changing operational software is a risky business. Omar Bashir offers a case study in matching risk with reward.

[638]
Creating Awareness  WEB  PDF
Allan Kelly.
Overload, 15(82):, December 2007.
One of the good things about presenting at the ACCU conference is what you learn there. Allan Kelly reviews the results of his last conference talk.

[639]
While the Cat's Away...  WEB  PDF
Ric Parkin.
Overload, 15(81):, October 2007.
...instead of spending your time playing, why not learn to be multi-lingual in a multi-cultural world?

[640]
The PfA Papers: The Clean Dozen  WEB  PDF
Kevlin Henney.
Overload, 15(81):, October 2007.
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.

[641]
Blue-White-Red, an Example Agile Process  WEB  PDF
Allan Kelly.
Overload, 15(81):, October 2007.
When it comes to running a project, one size rarely fits all, but Allan Kelly finds that tailoring a core idea over time has led to repeated success.

[642]
Functional Programming Using C++ Templates (Part 1)  WEB  PDF
Stuart Golodetz.
Overload, 15(81):, October 2007.
Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.

[643]
auto_value: Transfer Semantics for Value Types  WEB  PDF
Richard Harris.
Overload, 15(81):, October 2007.
In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.

[644]
Consensus  WEB  PDF
Alan Griffiths.
Overload, 15(80):, August 2007.
It should be obvious that the process of agreeing effective standards must be dependant on attaining consensus.

[645]
Letter to the Editor  WEB  PDF
Paul Grenyer.
Overload, 15(80):, August 2007.

[646]
He Sells Shell Scripts to Intersect Sets  WEB  PDF
Thomas Guest.
Overload, 15(80):, August 2007.
Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.

[647]
The PfA Papers: From the Top  WEB  PDF
Kevlin Henney.
Overload, 15(80):, August 2007.
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...

[648]
Release Mode Debugging  WEB  PDF
Roger Orr.
Overload, 15(80):, August 2007.
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.

[649]
auto_value: Transfer Semantics for Value Types  WEB  PDF
Richard Harris.
Overload, 15(80):, August 2007.
"Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow".

[650]
Guidelines for Contributors  WEB  PDF
Overload.
Overload, 15(80):, August 2007.
Thinking of writing for us? Follow these guidelines to help smooth the way.

[651]
Rip It Up and Start Again  WEB  PDF
Alan Griffiths.
Overload, 15(79):, June 2007.

[652]
The Policy Bridge Design Pattern  WEB  PDF
Matthieu Gilson.
Overload, 15(79):, June 2007.
Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.

[653]
Live and Learn with Retrospectives  WEB  PDF
Rachel Davies.
Overload, 15(79):, June 2007.
How can a team learn from experience? Rachel Davies presents a powerful technique for this.

[654]
Continuous Integration with CruiseControl.Net  WEB  PDF
Paul Grenyer.
Overload, 15(79):, June 2007.
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?

[655]
Working with GNU Export Maps  WEB  PDF
Ian Wakeling.
Overload, 15(79):, June 2007.
Taking control over the symbols exported from shared libraries built with the GNU toolchain.

[656]
auto_value: Transfer Semantics for Value Types  WEB  PDF
Richard Harris.
Overload, 15(79):, June 2007.
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.

[657]
New Tricks for an Old Dog  WEB  PDF
Alan Griffiths.
Overload, 15(78):, April 2007.

[658]
Letters to the Editor  WEB  PDF
Raoul Gough, Hubert Matthews, Peter Sommerlad.
Overload, 15(78):, April 2007.

[659]
Software Product Line Engineering with Feature Models  WEB  PDF
Mark Dalgarno, Danilo Beuche.
Overload, 15(78):, April 2007.

[660]
A Perspective on Use of Conditional Statements versus Assertions  WEB  PDF
Simon Sebright.
Overload, 15(78):, April 2007.
Simon Sebright offers us the benefit of his experience.

[661]
Implementing Synchronization Primitives for Boost on Windows Platforms  WEB  PDF
Anthony Williams.
Overload, 15(78):, April 2007.
Anthony Williams on the popular Boost library.

[662]
Design in Test-Driven Development  WEB  PDF
Adam Petersen.
Overload, 15(78):, April 2007.
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.

[663]
C++ Unit Test Frameworks  WEB  PDF
Chris Main.
Overload, 15(78):, April 2007.
There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them.

[664]
A Practical Form of OO Layering  WEB  PDF
Teedy Deigh.
Overload, 15(78):, April 2007.

[665]
The Power of Inertia  WEB  PDF
Alan Griffiths.
Overload, 15(77):, February 2007.

[666]
Managing Technical Debt  WEB  PDF
Tom Brazier.
Overload, 15(77):, February 2007.
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".

[667]
Programming - Abstraction by Design  WEB  PDF
Nigel Eke.
Overload, 15(77):, February 2007.
Nigel Eke acts as a guide to aspect oriented programming using AspectJ as an example.

[668]
Exceptional Design  WEB  PDF
Hubert Matthews.
Overload, 15(77):, February 2007.
Hubert Matthews discusses some ways to design programs to use exceptions.

[669]
C++ Trivial Logger  WEB  PDF
Seweryn Habdank-Wojewódzki.
Overload, 15(77):, February 2007.
When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own.

[670]
FRUCTOSE - a C++ Unit Test Framework  WEB  PDF
Andrew Marlow.
Overload, 15(77):, February 2007.
Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks.

[671]
Letter to the Editor  WEB  PDF
Alexander Nasonov.
Overload, 15(77):, February 2007.
Alexander Nasonov writes more on singleton.

[672]
How Overload Comes to You  WEB  PDF
Alan Griffiths.
Overload, 14(76):, December 2006.
You look forward to Overload arriving in the mail every couple of months. This time it came very close to not arriving at all.

[673]
Pooled Lists  WEB  PDF
Christopher Baus.
Overload, 14(76):, December 2006.
Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications.

[674]
The Singleton in C++ - A force for good?  WEB  PDF
Alexander Nasonov.
Overload, 14(76):, December 2006.
Alexander Nasonov addresses some problems that arise when using Singleton in C++.

[675]
C++ Interface Classes - Strengthening Encapsulation  WEB  PDF
Mark Radford.
Overload, 14(76):, December 2006.
Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation.

[676]
A Drop in Standards?  WEB  PDF
Paul Johnson.
Overload, 14(76):, December 2006.
Paul Johnson asks why, with the increase in numbers of those passing school-based examinations, today's graduates are less able than in previous times. What is going wrong?

[677]
Life in the Fast Lane  WEB  PDF
Alan Griffiths.
Overload, 14(75):, October 2006.
The ISO Fast-Track is paved with good intentions, but does it lead where we want to be?

[678]
Letters  WEB  PDF
Colin Paul Gloster, William Fishburne, Seweryn Habdank-Wojewódzki, Rachel Davies.
Overload, 14(75):, October 2006.

[679]
Up Against the Barrier  WEB  PDF
Simon Sebright.
Overload, 14(75):, October 2006.
A discussion of development against the odds, describing process, personal and environmental barriers between the people and the job they are trying to do.

[680]
Inventing a Mutex  WEB  PDF
George Shagov.
Overload, 14(75):, October 2006.
A mutex is a general purpose tool - there may be better solutions in specific circumstances. George Shagov presents one such alternative.

[681]
C++ Unit Testing Easier: CUTE  WEB  PDF
Peter Sommerlad.
Overload, 14(75):, October 2006.
Peter Sommerlad presents a lightweight framework for C++ unit testing.

[682]
From CVS to Subversion  WEB  PDF
Thomas Guest.
Overload, 14(75):, October 2006.
Thomas Guest reflects on migrating his organisation's version control system from CVS to Subversion.

[683]
Take a Step Forward  WEB  PDF
Alan Griffiths.
Overload, 14(74):, August 2006.
Editorial

[684]
Comments Considered Good  WEB  PDF
William Fishburne.
Overload, 14(74):, August 2006.
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.

[685]
Introducing CODEF/CML  WEB  PDF
Fernando Cacciola.
Overload, 14(74):, August 2006.
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.

[686]
Fine Tuning for lexical_cast  WEB  PDF
Alexander Nasonov.
Overload, 14(74):, August 2006.
Alexander Nasonov takes a look at Boost's lexical_cast and addresses a common user request: "make it go faster".

[687]
C# Generics - Beyond Containers of T  WEB  PDF
Steve Love.
Overload, 14(74):, August 2006.
Steve Love takes a look at generics in C# v2.0, how to use them to simplify code and even remove dependencies.

[688]
The Kohonen Neural Network Library  WEB  PDF
Seweryn Habdank-Wojewódzki, Janusz Rybarski.
Overload, 14(74):, August 2006.
Seweryn Habdank-Wojewódzki and Janusz Rybarski present a C++ library for users of Kohonen Neural Networks.

[689]
The Documentation Myth  WEB  PDF
Allan Kelly.
Overload, 14(74):, August 2006.
Allan Kelly suggests that we don't invest more in documentation for a reason: that it isn't as valuable as we claim.

[690]
Editorial  WEB  PDF
Alan Griffiths.
Overload, 14(73):, June 2006.

[691]
Pair Programming Explained  WEB  PDF
Rachel Davies.
Overload, 14(73):, June 2006.
Rachel Davies explains how to implement pair programming and why it can be an effective practice for programmers.

[692]
Comments Considered Evil  WEB  PDF
Mark Easterbrook.
Overload, 14(73):, June 2006.
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.

[693]
How Do Those Funky Placeholders Work?  WEB  PDF
Chris Gibson.
Overload, 14(73):, June 2006.
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.

[694]
Implementing drop-down menus in pure CSS (no JavaScript)  WEB  PDF
Anthony Williams.
Overload, 14(73):, June 2006.
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.

[695]
The Rise and Fall of Singleton Threaded  WEB  PDF
Steve Love.
Overload, 14(73):, June 2006.
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.

[696]
The Case Against TODO  WEB  PDF
Thomas Guest.
Overload, 14(73):, June 2006.
TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase?

[697]
Objects for States  WEB  PDF
Adam Petersen.
Overload, 14(73):, June 2006.
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++.

[698]
Editorial: Doing What You Can  WEB  PDF
Alan Griffiths.
Overload, 14(72):, April 2006.

[699]
Multithreading 101  WEB  PDF
Tim Penhey.
Overload, 14(72):, April 2006.

[700]
To Grin Again  WEB  PDF
Alan Griffiths.
Overload, 14(72):, April 2006.

[701]
A Fistful Of Idioms  WEB  PDF
Steve Love.
Overload, 14(72):, April 2006.

[702]
C++ Best Practice - Designing Header Files  WEB  PDF
Alan Griffiths.
Overload, 14(72):, April 2006.

[703]
Visiting Alice  WEB  PDF
Phil Bass.
Overload, 14(72):, April 2006.

[704]
Editorial: Keeping Up Standards  WEB  PDF
Alan Griffiths.
Overload, 14(71):4-6, February 2006.

[705]
Soft Documentation  WEB  PDF
Thomas Guest.
Overload, 14(71):7-12, February 2006.

[706]
Dead Code  WEB  PDF
Tim Penhey.
Overload, 14(71):13-15, February 2006.

[707]
How to Shoot Yourself in the Foot In an Agile Way  WEB  PDF
Giovanni Asproni.
Overload, 14(71):16-17, February 2006.

[708]
Friend or Foe!  WEB  PDF
Mark Radford.
Overload, 14(71):18-19, February 2006.

[709]
Recursive Make Considered Harmful  WEB  PDF
Peter Miller.
Overload, 14(71):20-30, February 2006.

[710]
Editorial: The "Safe C++ Standard Library"  WEB  PDF
Alan Griffiths.
Overload, 13(70):, December 2005.

[711]
Two-thirds of a Pimpl and a Grin  WEB  PDF
David O'Neil.
Overload, 13(70):, December 2005.

[712]
The Curate's Wobbly Desk  WEB  PDF
Phil Bass.
Overload, 13(70):, December 2005.

[713]
Letter to the Editor  WEB  PDF
Anthony Williams.
Overload, 13(70):, December 2005.

[714]
How to Quantify Quality: Finding Scales of Measure  WEB  PDF
Tom Gilb.
Overload, 13(70):, December 2005.

[715]
"Here be Dragons"  WEB  PDF
Alan Griffiths.
Overload, 13(70):, December 2005.

[716]
Better Encapsulation for the Curiously Recurring Template Pattern  WEB  PDF
Alexander Nasonov.
Overload, 13(70):, December 2005.

[717]
Editorial: Can We Change For The Better?  WEB  PDF
Alan Griffiths.
Overload, 13(69):, October 2005.

[718]
With Spirit  WEB  PDF
Tim Penhey.
Overload, 13(69):, October 2005.

[719]
Vorsprung Durch Testing  WEB  PDF
Kevlin Henney.
Overload, 13(69):, October 2005.

[720]
Polynomial Classes  WEB  PDF
William Hastings.
Overload, 13(69):, October 2005.

[721]
Incremental Design: A Case Study of a Compiler  WEB  PDF
Bryce Kampjes.
Overload, 13(69):, October 2005.

[722]
A Framework for Generating Numerical Test Data  WEB  PDF
Peter Hammond.
Overload, 13(69):, October 2005.

[723]
Editorial: Size Does Matter  WEB  PDF
Alan Griffiths.
Overload, 13(68):, August 2005.
The way that one goes about developing and delivering a software project depends critically on the scale of the project. Discuss.

[724]
Software Project Management: Adding Stakeholder Metrics to Agile Projects  WEB  PDF
Tom Gilb.
Overload, 13(68):, August 2005.
Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features.

[725]
Investigating Java Class Loading  WEB  PDF
Roger Orr.
Overload, 13(68):, August 2005.

[726]
C-side Re-sort  WEB  PDF
Kevlin Henney.
Overload, 13(68):, August 2005.
In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.

[727]
C++ Interface Classes - Noise Reduction  WEB  PDF
Mark Radford.
Overload, 13(68):, August 2005.
Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.

[728]
A Technique for Register Access in C++  WEB  PDF
Pete Goodliffe.
Overload, 13(68):, August 2005.
This article discusses a C++ scheme for accessing hardware registers in an optimal way.

[729]
Editorial: Does all this help make better software?  WEB  PDF
Alan Griffiths.
Overload, 13(67):, June 2005.

[730]
The Trial of the Reckless Coder  WEB  PDF
Phil Bass.
Overload, 13(67):, June 2005.

[731]
"The C++ Community" - Are We Divided by a Common Language?  WEB  PDF
Alan Griffiths.
Overload, 13(67):, June 2005.

[732]
Taming Complexity: A Class Hierarchy Tale  WEB  PDF
Mark Radford.
Overload, 13(67):, June 2005.

[733]
Microsoft Symbol Engine  WEB  PDF
Roger Orr.
Overload, 13(67):, June 2005.

[734]
Letters to the Editor  WEB  PDF
Terje Slettebø.
Overload, 13(67):, June 2005.

[735]
Grain Storage MIS: A Failure of Communications (27 March 1998)  WEB  PDF
Phil Bass.
Overload, 13(67):, June 2005.

[736]
Can C++ Learn from Generics in Ada?  WEB  PDF
Peter Hammond.
Overload, 13(67):, June 2005.

[737]
Editorial: Need to Unlearn  WEB  PDF
Allan Kelly.
Overload, 13(66):, April 2005.

[738]
Sheep Farming for Software Development Managers  WEB  PDF
Pippa Hennessy.
Overload, 13(66):, April 2005.

[739]
Separating Interface and Implementation in C++  WEB  PDF
Alan Griffiths, Mark Radford.
Overload, 13(66):, April 2005.

[740]
Overload Resolution - Selecting the Function  WEB  PDF
Mikael Kilpeläinen.
Overload, 13(66):, April 2005.

[741]
Metaprogramming is Your Friend  WEB  PDF
Thomas Guest.
Overload, 13(66):, April 2005.

[742]
Letter to the Editor  WEB  PDF
Terje.
Overload, 13(66):, April 2005.

[743]
Digging a Ditch  WEB  PDF
Paul Grenyer.
Overload, 13(66):, April 2005.

[744]
Editorial: "They" Have Their Reasons  WEB  PDF
Alan Griffiths.
Overload, 13(65):, February 2005.

[745]
The Developer's New Work  WEB  PDF
Allan Kelly.
Overload, 13(65):, February 2005.

[746]
Stable Intermediate Forms  WEB  PDF
Kevlin Henney.
Overload, 13(65):, February 2005.

[747]
Multiple Streams Going Nowhere  WEB  PDF
Paul Grenyer.
Overload, 13(65):, February 2005.
Source: C++ output streams ostream

[748]
Letters: Encapsulate Context  WEB  PDF
Alan Griffiths.
Overload, 13(65):, February 2005.

[749]
From Waterfall to EVO in a Medium Size Norwegian Software House  WEB  PDF
Trond Johansen.
Overload, 13(65):, February 2005.
FIRM was established in 1996, and has 70 employees in 4 offices (Oslo, London, New York and San Francisco). FIRM delivers one software product: Confirmit. Confirmit is a web-based application which enables organizations to gather, analyze and report key business information across a broad range of commercial applications.

[750]
C++ Properties - a Library Solution  WEB  PDF
Lois Goldthwaite.
Overload, 13(65):, February 2005.

[751]
C Abuse  WEB  PDF
Thaddaeus Frogley.
Overload, 13(65):, February 2005.

[752]
A Pair Programming Experience  WEB  PDF
Randall W. Jensen.
Overload, 13(65):, February 2005.

[753]
Editorial: A Glimpse Behind the Scenes  WEB  PDF
Alan Griffiths.
Overload, 12(64):, December 2004.

[754]
Yet Another Hierarchical State Machine  WEB  PDF
Stefan Heinzmann.
Overload, 12(64):, December 2004.

[755]
Mini-project to Decode A Mini-language - Part Two  WEB  PDF
Thomas Guest.
Overload, 12(64):, December 2004.

[756]
Evolution of the Observer Pattern  WEB  PDF
Phil Bass.
Overload, 12(64):, December 2004.

[757]
An Experience Report on Implementing a Custom Agile Methodology on a C++/Python Project  WEB  PDF
Giovanni Asproni, Alexander Fedotov.
Overload, 12(64):, December 2004.

[758]
Editorial: The Buzzword Adoption Pattern?  WEB  PDF
Mark Radford.
Overload, 12(63):, October 2004.

[759]
The Encapsulate Context Pattern  WEB  PDF
Allan Kelly.
Overload, 12(63):, October 2004.

[760]
Microsoft Visual C++ and Win32 Structured Exception Handling  WEB  PDF
Roger Orr.
Overload, 12(63):, October 2004.
Source: Microsoft Visual c++, structured exception handling.

[761]
Garbage Collection and Object Lifetime  WEB  PDF
Ric Parkin.
Overload, 12(63):, October 2004.

[762]
C++ Lookup Mysteries  WEB  PDF
Sven Rosvall.
Overload, 12(63):, October 2004.

[763]
A Mini-project to Decode a Mini-language - Part One  WEB  PDF
Thomas Guest.
Overload, 12(63):, October 2004.

[764]
Editorial: The Value of What You Know  WEB  PDF
Alan Griffiths.
Overload, 12(62):, August 2004.

[765]
The Curious Case of the Compile-Time Function  WEB  PDF
Phil Bass.
Overload, 12(62):, August 2004.

[766]
ACCU Mentored Developers XML Project  WEB  PDF
Paul Grenyer, Jez Higgins.
Overload, 12(62):, August 2004.

[767]
Letters to the Editor  WEB  PDF
Renato Mancuso.
Overload, 12(62):, August 2004.

[768]
Handling Exceptions in finally  WEB  PDF
Tony Barrett-Powell.
Overload, 12(62):, August 2004.

[769]
From Mechanism to Method: The Safe Stacking of Cats  WEB  PDF
Kevlin Henney.
Overload, 12(62):, August 2004.
Source: cats, curling, exceptions

[770]
C++ Interface Classes - An Introduction  WEB  PDF
Mark Radford.
Overload, 12(62):, August 2004.

[771]
A Template Programmer's Struggles Revisited  WEB  PDF
Chris Main.
Overload, 12(62):, August 2004.

[772]
Editorial: New Things Under the Sun  WEB  PDF
Alan Griffiths.
Overload, 12(61):, June 2004.

[773]
Letters: Software’s No Different...  WEB  PDF
Derek M. Jones.
Overload, 12(61):, June 2004.

[774]
Where Egos Dare  WEB  PDF
Allan Kelly.
Overload, 12(61):, June 2004.

[775]
When is a "Pattern" not a "Pattern"?  WEB  PDF
Alan Griffiths.
Overload, 12(61):, June 2004.

[776]
The Tale of a Struggling Template Programmer  WEB  PDF
Stefan Heinzmann.
Overload, 12(61):, June 2004.

[777]
Lvalues and Rvalues  WEB  PDF
Mikael Kilpeläinen.
Overload, 12(61):, June 2004.

[778]
Efficient Exceptions?  WEB  PDF
Roger Orr.
Overload, 12(61):, June 2004.

[779]
Letters: The Invisibility of Software Design  WEB  PDF
Richard Taylor.
Overload, 12(61):, June 2004.

[780]
Letters: Software Project Management Classics?  WEB  PDF
Ivan Uemlianin.
Overload, 12(61):, June 2004.

[781]
A Template Programmer’s Struggles Resolved  WEB  PDF
Stefan Heinzmann, Phil Bass.
Overload, 12(61):, June 2004.

[782]
Editorial  WEB  PDF
Mark Radford.
Overload, 12(60):, April 2004.

[783]
Transforming XML with XSLT  WEB  PDF
Fazl Rahman.
Overload, 12(60):, April 2004.

[784]
Letters to the Editor(s)  WEB  PDF
Simon Sebright.
Overload, 12(60):, April 2004.

[785]
Letters to the Editor(s)  WEB  PDF
Ray Poynter.
Overload, 12(60):, April 2004.
Comments on Overload 58 Article 'A Standard Individual: A Licenced Engineer'

[786]
From Mechanism to Method: Generic Decoupling  WEB  PDF
Kevlin Henney.
Overload, 12(60):, April 2004.

[787]
All Heap No Leaks  WEB  PDF
Paul Grenyer.
Overload, 12(60):, April 2004.

[788]
Achieving FitNesse in C++  WEB  PDF
Alan Griffiths.
Overload, 12(60):, April 2004.

[789]
A Little Detail  WEB  PDF
Alexander Nasonov.
Overload, 12(60):, April 2004.

[790]
Editorial  WEB  PDF
Mark Radford.
Overload, 12(59):, February 2004.

[791]
Why do requirements change?  WEB  PDF
Allan Kelly.
Overload, 12(59):, February 2004.

[792]
More is Less  WEB  PDF
Thaddaeus Frogley.
Overload, 12(59):, February 2004.

[793]
Letters to the Editor(s)  WEB  PDF
Frank Antonsen.
Overload, 12(59):, February 2004.

[794]
Heretical Java #1  WEB  PDF
Alan Griffiths.
Overload, 12(59):, February 2004.

[795]
From Mechanism to Method: Further Qualifications  WEB  PDF
Kevlin Henney.
Overload, 12(59):, February 2004.

[796]
C++ as a Safer C  WEB  PDF
Sven Rosvall.
Overload, 12(59):, February 2004.

[797]
Editorial  WEB  PDF
Alan Griffiths.
Overload, 11(58):, December 2003.

[798]
From Mechanism to Method: Data Abstraction and Heterarchy  WEB  PDF
Kevlin Henney.
Overload, 11(58):, December 2003.

[799]
Choosing Template Parameters  WEB  PDF
Raoul Gough.
Overload, 11(58):, December 2003.

[800]
CheckedInt: A Policy-Based Range-Checked Integer  WEB  PDF
Hubert Matthews.
Overload, 11(58):, December 2003.

[801]
An Alternative View of design (and planning)  WEB  PDF
Allan Kelly.
Overload, 11(58):, December 2003.

[802]
A Standard Individual: A Licensed Engineer  WEB  PDF
Chris Hills.
Overload, 11(58):, December 2003.

[803]
A More Flexible Container  WEB  PDF
Rich Sposato.
Overload, 11(58):, December 2003.

[804]
Letter to the Editor(s)  WEB  PDF
Jeff Daudel.
Overload, 11(58):, December 2003.

[805]
Statically Checking Exception Specifications  WEB  PDF
Ken Hagan.
Overload, 11(57):, October 2003.

[806]
Editorial  WEB  PDF
Alan Griffiths.
Overload, 11(57):, October 2003.

[807]
Software As Read  WEB  PDF
Jon Jagger.
Overload, 11(57):, October 2003.

[808]
Single Exit  WEB  PDF
Jon Jagger.
Overload, 11(57):, October 2003.

[809]
SINGLETON - the anti-pattern!  WEB  PDF
Mark Radford.
Overload, 11(57):, October 2003.

[810]
Letters to the Editor(s)  WEB  PDF
Pete Goodliffe.
Overload, 11(57):, October 2003.

[811]
Letters to the Editor(s)  WEB  PDF
Allan Kelly.
Overload, 11(57):, October 2003.
The ACCU is a three-legged stool.

[812]
Letters to the Editor(s)  WEB  PDF
Jean-Marc Bourguet.
Overload, 11(57):, October 2003.

[813]
Is IT worth it?  WEB  PDF
Allan Kelly.
Overload, 11(57):, October 2003.

[814]
Error and Exception Handling  WEB  PDF
David Abrahams.
Overload, 11(57):, October 2003.

[815]
Chaos Theory  WEB  PDF
Alan Griffiths.
Overload, 11(57):, October 2003.

[816]
A Policy-Driven CORBA Template Library to Facilitate the Rapid Development of DOC Middleware  WEB  PDF
Jeff Mirwaisi.
Overload, 11(57):, October 2003.

[817]
Editorial  WEB  PDF
Alan Griffiths.
Overload, 11(56):, August 2003.

[818]
Three Phantastic Tales  WEB  PDF
Alan Griffiths.
Overload, 11(56):, August 2003.

[819]
Stream-Based Parsing in C++  WEB  PDF
Frank Antonsen.
Overload, 11(56):, August 2003.

[820]
Reshaping an Old Piece of Design  WEB  PDF
Mark Radford.
Overload, 11(56):, August 2003.

[821]
EuroPLoP 2003 Conference Report  WEB  PDF
Allan Kelly.
Overload, 11(56):, August 2003.

[822]
A Unified Singleton Framework  WEB  PDF
Jeff Daudel.
Overload, 11(56):, August 2003.

[823]
Editorial  WEB  PDF
Alan Griffiths.
Overload, 11(55):, June 2003.

[824]
Ruminations on Knowledge in Software Development  WEB  PDF
Allan Kelly.
Overload, 11(55):, June 2003.

[825]
How To Write A Loop  WEB  PDF
Jon Jagger.
Overload, 11(55):, June 2003.

[826]
From Mechanism to Method: Distinctly Qualified  WEB  PDF
Kevlin Henney.
Overload, 11(55):, June 2003.

[827]
Embedded Scripting Languages  WEB  PDF
Jonathan Tripp.
Overload, 11(55):, June 2003.

[828]
A bin Manipulator For IOStreams  WEB  PDF
Dietmar Kuehl.
Overload, 11(55):, June 2003.

[829]
Editorial  WEB  PDF
John Merrells.
Overload, 11(54):, April 2003.

[830]
The Nature and Aesthetics of Design  WEB  PDF
Jon Jagger.
Overload, 11(54):, April 2003.

[831]
Software development and the learning organisation  WEB  PDF
Allan Kelly.
Overload, 11(54):, April 2003.

[832]
Observer Pattern Implementation  WEB  PDF
Stefan Heinzmann, Phil Bass.
Overload, 11(54):, April 2003.

[833]
Labouring: An Analogy  WEB  PDF
Seb Rose.
Overload, 11(54):, April 2003.

[834]
Implementing the Bridge pattern using templates with Microsoft Visual C++ 6.0  WEB  PDF
Chris Main.
Overload, 11(54):, April 2003.

[835]
Exported Templates  WEB  PDF
Jean-Marc Bourguet.
Overload, 11(54):, April 2003.

[836]
EXPR_TYPE - An Implementation of typeof Using Current Standard C++  WEB  PDF
Anthony Williams.
Overload, 11(54):, April 2003.

[837]
Addendum to "Tiny Template Tidbit"  WEB  PDF
Oliver Schoenborn.
Overload, 11(54):, April 2003.

[838]
A C++ Petri Net Framework For Multithreaded Programming  WEB  PDF
David L. Nadle.
Overload, 11(54):, April 2003.

[839]
Editorial  WEB  PDF
John Merrells.
Overload, 11(53):, February 2003.

[840]
Build Systems  WEB  PDF
Allan Kelly.
Overload, 11(53):5-9, February 2003.

[841]
Implementing the Observer Pattern in C++ - Part 2  WEB  PDF
Phil Bass.
Overload, 11(53):10-13, February 2003.

[842]
From Mechanism to Method: Total Ellipse  WEB  PDF
Kevlin Henney.
Overload, 11(53):14-18, February 2003.

[843]
Indexing STL Lists With Maps  WEB  PDF
Silas S. Brown.
Overload, 11(53):18-19, February 2003.

[844]
A Return Type That Doesn’t Like Being Ignored  WEB  PDF
Jon Jagger.
Overload, 11(53):20-21, February 2003.

[845]
C++rossword  WEB  PDF
Lois Goldthwaite.
Overload, 11(53):22, February 2003.

[846]
C++ Standards Library Report  WEB  PDF
Reg Charney.
Overload, 11(53):23-24, February 2003.

[847]
C++ Templates  WEB  PDF
Reg Charney.
Overload, 11(53):25-26, February 2003.

[848]
Organising Source Code  WEB  PDF
Allan Kelly.
Overload, 10(52):, December 2002.

[849]
Letters to the Editor  WEB  PDF
Detlef Vollmann, Josh Walker.
Overload, 10(52):, December 2002.

[850]
Implementing the Observer Pattern in C++ - Part 1  WEB  PDF
Phil Bass.
Overload, 10(52):, December 2002.

[851]
From Mechanism to Method: Good Qualifications  WEB  PDF
Kevlin Henney.
Overload, 10(52):, December 2002.

[852]
File Format Conversion Using Templates and Type Collections  WEB  PDF
Richard Blundell.
Overload, 10(52):, December 2002.

[853]
Editorial - On Writing  WEB  PDF
John Merrells.
Overload, 10(52):, December 2002.

[854]
Developing a C++ Unit Testing Framework  WEB  PDF
John Crickett.
Overload, 10(52):, December 2002.

[855]
STL-style Circular Buffers By Example, Part Two  WEB  PDF
Pete Goodliffe.
Overload, 10(51):, October 2002.

[856]
Patterns Collaborations: Observer and Composite  WEB  PDF
Mark Radford.
Overload, 10(51):, October 2002.

[857]
Pairing Off Iterators  WEB  PDF
Anthony Williams.
Overload, 10(51):, October 2002.

[858]
Mutate? or Create?  WEB  PDF
Alan Griffiths.
Overload, 10(51):, October 2002.

[859]
Extendable Software and the Bigger Picture  WEB  PDF
Allan Kelly.
Overload, 10(51):, October 2002.

[860]
Exception Handling in C#  WEB  PDF
Jon Jagger.
Overload, 10(51):, October 2002.

[861]
Editorial - Software Quality  WEB  PDF
John Merrells.
Overload, 10(51):, October 2002.

[862]
Applied Reading - Taming Shared Memory  WEB  PDF
Josh Walker.
Overload, 10(51):, October 2002.

[863]
The Philosophy of Extensible Software  WEB  PDF
Allan Kelly.
Overload, 10(50):, August 2002.

[864]
Template Metaprogramming: Shifting Down a Gear  WEB  PDF
Andrew Cheshire.
Overload, 10(50):, August 2002.

[865]
STL-style Circular Buffers By Example  WEB  PDF
Pete Goodliffe.
Overload, 10(50):, August 2002.

[866]
Execute Around Method and Proxy Goulash  WEB  PDF
Alan Griffiths.
Overload, 10(50):, August 2002.

[867]
Even More Java Exceptions  WEB  PDF
Jon Jagger.
Overload, 10(50):, August 2002.

[868]
Editorial  WEB  PDF
John Merrells.
Overload, 10(50):, August 2002.

[869]
Alternatives for Partial Template Function Specialisation  WEB  PDF
Oliver Wigley.
Overload, 10(50):, August 2002.

[870]
Writing Extendable Software  WEB  PDF
Allan Kelly.
Overload, 10(49):, June 2002.

[871]
The scoping problem  WEB  PDF
Allan Kelly.
Overload, 10(49):, June 2002.

[872]
Programming with Interfaces in C++  WEB  PDF
Chris Main.
Overload, 10(49):, June 2002.

[873]
More Exceptional Java  WEB  PDF
Alan Griffiths.
Overload, 10(49):, June 2002.

[874]
Letter To The Editor  WEB  PDF
Kevlin Henney.
Overload, 10(49):, June 2002.

[875]
Editorial  WEB  PDF
John Merrells.
Overload, 10(49):, June 2002.

[876]
Building Java Applications  WEB  PDF
Vaclav Barta.
Overload, 10(49):, June 2002.

[877]
An Overview of C#.NET  WEB  PDF
Jon Jagger.
Overload, 10(49):, June 2002.

[878]
Thinking about "reuse"  WEB  PDF
Allan Kelly.
Overload, 10(48):, April 2002.

[879]
The C++ Template Argument Deduction  WEB  PDF
Andrei Iltchenko.
Overload, 10(48):, April 2002.

[880]
Template Titbit - A Different Perspective  WEB  PDF
Phil Bass.
Overload, 10(48):, April 2002.

[881]
From Mechanism to Method: Function Follows Form  WEB  PDF
Kevlin Henney.
Overload, 10(48):, April 2002.

[882]
Exceptional Java  WEB  PDF
Alan Griffiths.
Overload, 10(48):, April 2002.

[883]
Editorial  WEB  PDF
John Merrells.
Overload, 10(48):, April 2002.

[884]
C++ Exceptions and Linux Dynamic Libraries  WEB  PDF
Phil Bass.
Overload, 10(48):, April 2002.

[885]
What is Boost?  WEB  PDF
Björn Karlsson.
Overload, 10(47):, February 2002.

[886]
Tiny Template Tidbit  WEB  PDF
Oliver Schoenborn.
Overload, 10(47):, February 2002.

[887]
Of Minimalism, Constructivism and Program Code  WEB  PDF
Allan Kelly.
Overload, 10(47):, February 2002.

[888]
minimalism  WEB  PDF
Kevlin Henney.
Overload, 10(47):, February 2002.

[889]
Editorial: Product Definition  WEB  PDF
John Merrells.
Overload, 10(47):, February 2002.

[890]
Minimalist Constructive Criticism  WEB  PDF
Kevlin Henney.
Overload, 10(47):, February 2002.

[891]
Introduction to WOC: Abstracting OpenGL 3-D Model Definition and Rendering with C++.  WEB  PDF
Steve White.
Overload, 10(47):, February 2002.

[892]
How about a Turner Prize for software?  WEB  PDF
Allan Kelly.
Overload, 10(47):, February 2002.

[893]
Editorial - Coming Home  WEB
John Merrells.
Overload, 9(46):, December 2001.

[894]
Template Metaprogramming  WEB
Josh Walker.
Overload, 9(46):, December 2001.

[895]
Techniques for Debugging in C++  WEB
Pete Goodliffe.
Overload, 9(46):, December 2001.

[896]
Modelling and Software Development  WEB
Allan Kelly.
Overload, 9(46):, December 2001.

[897]
Metaclasses and Reflection in C++ - Part 2  WEB
Detlef Vollmann.
Overload, 9(46):, December 2001.

[898]
Porting part 3:  WEB
Allan Kelly.
Overload, 9(45):, October 2001.

[899]
minimalism  WEB
Kevlin Henney.
Overload, 9(45):, October 2001.

[900]
Editorial  WEB
John Merrells.
Overload, 9(45):, October 2001.

[901]
Metaclasses and Reflection in C++  WEB
Detlef Vollmann.
Overload, 9(45):, October 2001.

[902]
Introduction to C++ Templates  WEB
Anthony Williams.
Overload, 9(45):, October 2001.

[903]
Using Version Control  WEB
Alan Griffiths.
Overload, 9(44):, August 2001.

[904]
String Tokenization - A Programmer's Odyssey  WEB
Simon Wilson.
Overload, 9(44):, August 2001.

[905]
Porting (part 2) - Addressing the Differences  WEB
Allan Kelly.
Overload, 9(44):, August 2001.

[906]
Flexible Functors and Binders  WEB
Anthony Williams.
Overload, 9(44):, August 2001.

[907]
Editorial  WEB
John Merrells.
Overload, 9(44):, August 2001.

[908]
Designing C++ Interfaces - Templates  WEB
Mark Radford.
Overload, 9(44):, August 2001.

[909]
Are You Afraid of The Dark Too? Making More Sense of the STL  WEB
Steve Love.
Overload, 9(44):, August 2001.

[910]
Editorial  WEB
John Merrells.
Overload, 9(43):, June 2001.

[911]
Where to begin: Porting  WEB
Allan Kelly.
Overload, 9(43):, June 2001.

[912]
Introduction to the Database Template Library  WEB
Corwin Joy, Michael Gradman.
Overload, 9(43):, June 2001.

[913]
Designing C++ Interfaces - Exception Safety  WEB
Mark Radford.
Overload, 9(43):, June 2001.

[914]
Are You Afraid of The Dark? - Making Sense of the STL  WEB
Steve Love.
Overload, 9(43):, June 2001.

[915]
An introduction to C++ Traits  WEB
Thaddaeus Frogley.
Overload, 9(43):, June 2001.

[916]
.NET  WEB
Rob Weltman.
Overload, 9(43):, June 2001.

[917]
Typesafe Registry for Windows  WEB
Antony Pinchbeck.
Overload, 9(42):, April 2001.

[918]
Multimethods  WEB
Julian Smith.
Overload, 9(42):, April 2001.

[919]
Editor << letters;  WEB
Oliver Schoenborn.
Overload, 9(42):, April 2001.

[920]
Editor << letters;  WEB
Dave Midgly.
Overload, 9(42):, April 2001.

[921]
Editorial  WEB
John Merrells.
Overload, 9(42):, April 2001.

[922]
Compile Time Indirection - An Unusual Template Technique  WEB
Alan Griffiths.
Overload, 9(42):, April 2001.

[923]
C++ Idioms: First Thoughts  WEB
Francis Glassborow.
Overload, 9(42):, April 2001.

[924]
A Generic Non-intrusive Smart Pointer Implementation  WEB
Anthony Williams.
Overload, 9(42):, April 2001.

[925]
A Deeper Look at Inline Functions  WEB
Allan Kelly.
Overload, 9(42):, April 2001.

[926]
C++ Standards - The "swap" Problem  WEB
Alan Griffiths.
Overload, 9(41):, February 2001.

[927]
Experiences of Implementing the Observer Design Pattern (Part 3)  WEB
Pete Goodliffe.
Overload, 9(41):, February 2001.

[928]
Editorial  WEB
John Merrells.
Overload, 9(41):, February 2001.

[929]
Where is __FUNCTION__?  WEB
Oliver Schoenborn.
Overload, 9(41):, February 2001.

[930]
Thread Pooling: An Investigation  WEB
Antony Pinchbeck.
Overload, 9(41):, February 2001.

[931]
Source Code Modules and Layering  WEB
Allan Kelly.
Overload, 9(41):, February 2001.

[932]
Extensibility - A Reason For Using Streams in C++  WEB
Mark Radford.
Overload, 9(41):, February 2001.

[933]
Programming with Interfaces in C++  WEB
Lois Goldthwaite.
Overload, 8(40):, December 2000.

[934]
More Include File Rules  WEB
Allan Kelly.
Overload, 8(40):, December 2000.

[935]
Here be Dragons  WEB
Alan Griffiths.
Overload, 8(40):, December 2000.

[936]
From Mechanism to Method: Valued Conversions  WEB
Kevlin Henney.
Overload, 8(40):, December 2000.

[937]
editorial: Concerning Patents  WEB
John Merrells.
Overload, 8(40):, December 2000.

[938]
User Defined Types: Qualities, Principles and Archetypes.  WEB
Ian Bruntlett.
Overload, 8(39):, October 2000.

[939]
Include Files  WEB
Allan Kelly.
Overload, 8(39):, October 2000.

[940]
From Mechanism to Method: Substitutability  WEB
Kevlin Henney.
Overload, 8(39):, October 2000.

[941]
Editorial  WEB
John Merrells.
Overload, 8(39):, October 2000.

[942]
C++ Patterns Source Cohesion and Decoupling  WEB
Kevlin Henney.
Overload, 8(39):, October 2000.

[943]
Supporting Threads in Standard C++ (Addendum)  WEB
Phil Bass.
Overload, 8(38):, August 2000.

[944]
Intuitive Multi-Paradigm Design:  WEB
Ian Bruntlett.
Overload, 8(38):, August 2000.

[945]
Interpreting "Supporting the 'Cheshire Cat' Idiom"  WEB
Alan Griffiths, Allan Newton.
Overload, 8(38):, August 2000.

[946]
Experiences of Implementing the Observer Design Pattern (Part 2)  WEB
Pete Goodliffe.
Overload, 8(38):, August 2000.

[947]
Editorial  WEB
John Merrells.
Overload, 8(38):, August 2000.

[948]
A Fistful Of Idioms - Giving STL Iterators a Base Class  WEB
Steve Love.
Overload, 8(38):, August 2000.

[949]
editor << letters;  WEB
Aaron Ridout.
Overload, 8(37):, June 2000.

[950]
The Pet Project (part 4)  WEB
Nigel Eke.
Overload, 8(37):, June 2000.

[951]
Supporting Threads in Standard C++ (Part 3)  WEB
Phil Bass.
Overload, 8(37):, June 2000.

[952]
editorial  WEB
Tom Hughes.
Overload, 8(37):, June 2000.

[953]
A framework for object serialization in C++  WEB
Pete Goodliffe.
Overload, 8(37):, June 2000.

[954]
In Response to Extreme Programming  WEB
Allan Kelly.
Overload, 8(37):, June 2000.

[955]
Experiences of Implementing the Observer Design Pattern (Part 1)  WEB
Pete Goodliffe.
Overload, 8(37):, June 2000.

[956]
XML in Applications II DOM - the Document Object Model  WEB
Steve Cornish.
Overload, 8(36):, April 2000.

[957]
The Pet Project - Monopoly (Part 3)  WEB
Nigel Eke.
Overload, 8(36):, April 2000.

[958]
Supporting Threads in Standard C++ (Part 2)  WEB
Phil Bass.
Overload, 8(36):, April 2000.

[959]
editorial  WEB
Alan Griffiths.
Overload, 8(36):, April 2000.

[960]
An Implementation of Double Dispatch in Java  WEB
Peter A. Pilgrim.
Overload, 8(36):, April 2000.

[961]
An Application of Pointers to Members  WEB
Pete Goodliffe.
Overload, 8(36):, April 2000.

[962]
A Response to the C++ SIG Organiser  WEB
Francis Glassborow.
Overload, 8(36):, April 2000.

[963]
Standard C++  WEB
Phil Bass.
Overload, 8(35):, February 2000.

[964]
My Pet Project Monopoly 2  WEB
Nigel Eke.
Overload, 8(35):, February 2000.

[965]
eXtreme Programming: An interview with Kent Beck  WEB
Nicolai Josuttis.
Overload, 8(35):, February 2000.

[966]
File Headers  WEB
Waldo Posul.
Overload, 8(35):, February 2000.

[967]
Exceptions - Guidance  WEB
Steve Cornish.
Overload, 8(35):, February 2000.

[968]
Error handling and logging  WEB
Allan Kelly.
Overload, 8(35):, February 2000.

[969]
editorial  WEB
John Merrells.
Overload, 8(35):, February 2000.

[970]
Automatic Object Versioning for Forward and Backward File Format Compatibility  WEB
Richard Blundell.
Overload, 8(35):, February 2000.

[971]
editor << letters;  WEB
Aaron Ridout.
Overload, 7(34):, December 1999.

[972]
XML  WEB
John Merrells.
Overload, 7(34):, December 1999.

[973]
When's an object not an object?  WEB
Hubert Matthews.
Overload, 7(34):, December 1999.

[974]
Uncounted pointers in C++  WEB
Alan Griffiths.
Overload, 7(34):, December 1999.

[975]
The Diary of Bridget Jones the Weekend Before OT  WEB
Kevlin Henney.
Overload, 7(34):, December 1999.

[976]
Software Architecture  WEB
Detlef Vollmann.
Overload, 7(34):, December 1999.

[977]
SAX - A Simple API for XML  WEB
Steve Cornish.
Overload, 7(34):, December 1999.

[978]
My Pet Project - Monopoly  WEB
Nigel Eke.
Overload, 7(34):, December 1999.

[979]
Exceptions - The Details  WEB
Steve Cornish.
Overload, 7(34):, December 1999.

[980]
Error logging and patterns  WEB
Steve Cornish.
Overload, 7(34):, December 1999.

[981]
Editorial  WEB
John Merrells.
Overload, 7(34):, December 1999.

[982]
editor << letters;  WEB
Aaron Ridout.
Overload, 7(33):, October 1999.

[983]
The State Pattern - A New Implementation  WEB
Phil Bass.
Overload, 7(33):, October 1999.

[984]
Religious Issues  WEB
Francis Glassborow.
Overload, 7(33):, October 1999.

[985]
More threading with templates  WEB
Allan Kelly.
Overload, 7(33):, October 1999.

[986]
More cow_ptr Ruminations  WEB
Jon Jagger.
Overload, 7(33):, October 1999.

[987]
Exceptions - The Basics  WEB
Steve Cornish.
Overload, 7(33):, October 1999.

[988]
Editorial  WEB
John Merrells.
Overload, 7(33):, October 1999.

[989]
Coping with Copying in C++  WEB
Kevlin Henney.
Overload, 7(33):, October 1999.

[990]
The EPOC C++ API  WEB
Alan Griffiths.
Overload, 7(32):, June 1999.

[991]
Ruminations on Studying Design Patterns  WEB
Francis Glassborow.
Overload, 7(32):, June 1999.

[992]
Polymorphism In Object-Oriented Languages  WEB
Ulrich W. Eisenecker.
Overload, 7(32):, June 1999.

[993]
Modern Art as an Inspiration for Software  WEB
Allan Kelly.
Overload, 7(32):, June 1999.

[994]
Micro-Derivation & Related Ideas  WEB
The Harpist.
Overload, 7(32):, June 1999.

[995]
Editorial  WEB
Einar Nilsen-Nygaard.
Overload, 7(32):, June 1999.

[996]
Builder & Factory Method Patterns  WEB
Francis Glassborow.
Overload, 7(32):, June 1999.

[997]
BroadVision, Part 4  WEB
Sean Corfield.
Overload, 7(32):, June 1999.

[998]
Beyond ACCU  WEB
Ian Bruntlett.
Overload, 7(32):, June 1999.

[999]
A Simple Model for Object Persistence Using the Standard Library  WEB
Richard Blundell.
Overload, 7(32):, June 1999.

[1000]
A Review of cow_ptr  WEB
Jon Jagger.
Overload, 7(32):, June 1999.

[1001]
Using Templates To Handle Multi-Threading  WEB
Allan Kelly.
Overload, 7(31):, April 1999.

[1002]
copy_on_write_ptr  WEB
Jon Jagger.
Overload, 7(31):, April 1999.

[1003]
Thoughts on Functoids  WEB
Richard Blundell.
Overload, 7(31):, April 1999.

[1004]
Response To "Patterns - The Abstract Factory" (Francis Glassborow, Overload 30)  WEB
Chris Southern.
Overload, 7(31):, April 1999.

[1005]
Objects In Databases  WEB
Seb Rose.
Overload, 7(31):, April 1999.

[1006]
Goodbye Overload  WEB
Alan Griffiths.
Overload, 7(31):, April 1999.

[1007]
Fitting in with multiple frameworks in C++ and Java  WEB
Alan Griffiths.
Overload, 7(31):, April 1999.

[1008]
Factories in C++: Disposing of the Product  WEB
Mark Radford.
Overload, 7(31):, April 1999.

[1009]
Exception Handling Alternatives (Part 2)  WEB
Detlef Vollmann.
Overload, 7(31):, April 1999.

[1010]
Editorial  WEB
Einar Nilsen-Nygaard.
Overload, 7(31):, April 1999.

[1011]
Write to Learn  WEB
Jon Jagger.
Overload, 7(30):, February 1999.

[1012]
UML Relationships and Associations, Aggregation and Composition  WEB
Richard Blundell.
Overload, 7(30):, February 1999.

[1013]
Patterns - The Abstract Factory  WEB
Francis Glassborow.
Overload, 7(30):, February 1999.

[1014]
Overloading Operators  WEB
The Harpist.
Overload, 7(30):, February 1999.

[1015]
editor << letters;  WEB
Ray Hall.
Overload, 7(30):, February 1999.

[1016]
Garbage Collection Implementation Considerations  WEB
Henrik Quintel.
Overload, 7(30):, February 1999.

[1017]
Exception Handling Alternatives  WEB
Detlef Vollmann.
Overload, 7(30):, February 1999.

[1018]
Editorial  WEB
John Merrells.
Overload, 7(30):, February 1999.

[1019]
Data Attribute Notation - Part 3  WEB
Reginald B. Charney.
Overload, 7(30):, February 1999.

[1020]
An Eventful Story  WEB
Adrian Fagg.
Overload, 7(30):, February 1999.

[1021]
A Letter from Ken Hagan annotated by The Harpist  WEB
Ken Hagan, The Harpist.
Overload, 7(30):, February 1999.

[1022]
operator == ()  WEB
Francis Glassborow.
Overload, 6(29):, December 1998.

[1023]
counted_ptr revisited  WEB
Jon Jagger.
Overload, 6(29):, December 1998.

[1024]
Static vs Member Functions  WEB
Lois Goldthwaite.
Overload, 6(29):, December 1998.

[1025]
Exception Specifications  WEB
The Harpist.
Overload, 6(29):, December 1998.

[1026]
Exception Errors  WEB
Will Watts.
Overload, 6(29):, December 1998.

[1027]
Exception Discussion  WEB
Ken Hagan, The Harpist.
Overload, 6(29):, December 1998.

[1028]
Editorial  WEB
John Merrells.
Overload, 6(29):, December 1998.

[1029]
Debug new and delete Part 3  WEB
Peter A. Pilgrim.
Overload, 6(29):, December 1998.

[1030]
Data Attribute Notation - Part 2  WEB
Reginald B. Charney.
Overload, 6(29):, December 1998.

[1031]
Beyond ACCU... Patterns on the 'net  WEB
John Merrells.
Overload, 6(29):, December 1998.

[1032]
A Message from the ACCU Chair  WEB
Francis Glassborow.
Overload, 6(29):, December 1998.

[1033]
A Delphic Experience  WEB
Adrian Fagg.
Overload, 6(29):, December 1998.

[1034]
Shallow Pointer  WEB
Aaron Ridout.
Overload, 6(28):, October 1998.

[1035]
Notes on Exceptions  WEB
Detlef Vollmann.
Overload, 6(28):, October 1998.

[1036]
Exploring Patterns 3 - The Adapter  WEB
Francis Glassborow.
Overload, 6(28):, October 1998.

[1037]
Exceptions & Exception Specifications  WEB
The Harpist.
Overload, 6(28):, October 1998.

[1038]
Exception Usage  WEB
Detlef Vollmann.
Overload, 6(28):, October 1998.

[1039]
Editor << letters;  WEB
Aaron Ridout.
Overload, 6(28):, October 1998.

[1040]
Editorial  WEB
John Merrells.
Overload, 6(28):, October 1998.

[1041]
Controlling access to objects by using private interfaces  WEB
Paul Field.
Overload, 6(28):, October 1998.

[1042]
Broadvision - Part 3  WEB
Sean Corfield.
Overload, 6(28):, October 1998.

[1043]
Beyond ACCU... Java on the 'net  WEB
John Merrells.
Overload, 6(28):, October 1998.

[1044]
Object (low-level) Design and Implementation  WEB  PDF
The Harpist.
Overload, 6(27):, August 1998.

[1045]
Hotel Case Study Comments  WEB  PDF
Roger Lever.
Overload, 6(27):, August 1998.

[1046]
UML Interactions & Collaborations  WEB  PDF
Richard Blundell.
Overload, 6(27):, August 1998.

[1047]
Self Registering Classes - Taking polymorphism to the limit  WEB  PDF
Alan Bellingham.
Overload, 6(27):, August 1998.

[1048]
Hotel Case Study Comments  WEB  PDF
Detlef Vollmann.
Overload, 6(27):, August 1998.

[1049]
Exploring Patterns Part 2  WEB  PDF
Francis Glassborow.
Overload, 6(27):, August 1998.

[1050]
Editorial  WEB  PDF
John Merrells.
Overload, 6(27):, August 1998.

[1051]
Broadvision - Part 2  WEB  PDF
Sean Corfield.
Overload, 6(27):, August 1998.

[1052]
Beyond ACCU... Patterns on the 'net  WEB  PDF
John Merrells.
Overload, 6(27):, August 1998.

[1053]
Almost a Pattern  WEB  PDF
Alan Griffiths.
Overload, 6(27):, August 1998.

[1054]
Broadening  PDF
John Merrells.
Overload, 6(26):1, June 1998.
Editorial

[1055]
Sean's Show  PDF
Sean A Corfield.
Overload, 6(26):2, June 1998.
Editorial

[1056]
Make a date with C++, A Touch of Class  PDF
Kevlin Henney.
Overload, 6(26):3-7, June 1998.
Software Development in C++

[1057]
Dynamic Function Calling Using Operator Overloading  PDF
Richard Blundel.
Overload, 6(26):8-13, June 1998.
Software Development in C++

[1058]
Exploring Patterns: Part 1  PDF
Francis Glassborow.
Overload, 6(26):13-18, June 1998.
Patterns in C++

[1059]
Structured Analysis: OOD’s older brother?  PDF
Alan Bellingham.
Overload, 6(26):19-22, June 1998.
Whiteboard

[1060]
Object Design and Implementation  PDF
The Harpist.
Overload, 6(26):22-26, June 1998.
Whiteboard

[1061]
Broadvision: A lesson in application frameworks  PDF
Sean Corfield.
Overload, 6(26):26-29, June 1998.
Whiteboard

[1062]
STL Implementations: Personal Experiences  PDF
Phil Bass.
Overload, 6(26):29-34, June 1998.
Whiteboard

[1063]
Java 1.2 and JavaScript for C and C++ Programmers  PDF
Sean A. Corfield.
Overload, 6(26):34-36, June 1998.
Reviews

[1064]
Editorial  PDF
John Merrells.
Overload, 6(25):, April 1998.

[1065]
Counted Body Techniques  PDF
Kevlin Henney.
Overload, 6(25):1-7, April 1998.
Software Development in C++

[1066]
counted_ptr{type}  PDF
Jon Jagger.
Overload, 6(25):7-13, April 1998.
Software Development in C++

[1067]
UML - Parameterised Classes (Templates) and Utilities  PDF
Richard Blundell.
Overload, 6(25):13-17, April 1998.
Software Development in C++

[1068]
(Almost) No Casting Vote, Standard’s Report  PDF
Francis Glassborow.
Overload, 6(25):, April 1998.
The Draft International C++ Standard

[1069]
Generalizing Overloading for C++2000  PDF
Bjarne Stroustrup.
Overload, 6(25):20-24, April 1998.
The Draft International C++ Standard

[1070]
Irrational Behaviour  PDF
Graham Jones.
Overload, 6(25):25-26, April 1998.
Whiteboard

[1071]
Implementations & Interfaces  PDF
The Harpist.
Overload, 6(25):26-29, April 1998.
Whiteboard

[1072]
Debuggable new and delete, Part Two  PDF
Peter Pilgrim.
Overload, 6(25):29-34, April 1998.
Whiteboard

[1073]
UML - State-Transition Diagrams  PDF
Richard Blundell.
Overload, 6(24):3-8, February 1998.
Software Development in C++

[1074]
Embed with C++  PDF
Kevlin Henney.
Overload, 6(24):9-13, February 1998.
The Draft International C++ Standard

[1075]
pointer{type}  PDF
Jon Jagger.
Overload, 6(24):13-18, February 1998.
C++ Techniques

[1076]
STL Algorithms: Finding  PDF
Francis Glassborow.
Overload, 6(24):18-22, February 1998.
C++ Techniques

[1077]
Rational Value Comments  PDF
Graham Jones.
Overload, 6(24):22, February 1998.
Whiteboard

[1078]
Rational Values Part 3  PDF
The Harpist.
Overload, 6(24):23-28, February 1998.
Whiteboard

[1079]
Protecting Member Data's Right to Privacy  PDF
Mark Radford.
Overload, 6(24):28-31, February 1998.
Whiteboard

[1080]
‘There may be trouble ahead’  PDF
Seb Rose.
Overload, 6(24):31-34, February 1998.
Whiteboard

[1081]
editor << letters;  PDF
Phil Bass, Unknown.
Overload, 6(24):35-36, February 1998.

[1082]
UML - Objects and Patterns  PDF
Richard Blundell.
Overload, 5(23):5-9, December 1997.
Software Development in C++

[1083]
Candidates for inline  PDF
Francis Glassborow.
Overload, 5(23):9-12, December 1997.
Software Development in C++

[1084]
The Casting Vote  PDF
Francis Glassborow.
Overload, 5(23):12-15, December 1997.
The Draft International C++ Standard

[1085]
The Story of auto_ptr, A Cautionary Tale  PDF
Francis Glassborow.
Overload, 5(23):15-19, December 1997.
The Draft International C++ Standard

[1086]
STL Vectors  PDF
Sergey Ignatchenko, Dmitry Ligum.
Overload, 5(23):19-23, December 1997.
C++ Techniques

[1087]
Rational Values Implementation Part 2  PDF
The Harpist.
Overload, 5(23):23-28, December 1997.
Whiteboard

[1088]
A Finite State Machine Design II  PDF
Einar Nilsen-Nygaard.
Overload, 5(23):28-34, December 1997.
Whiteboard

[1089]
Debug new and delete, Preamble  PDF
Peter A. Pilgrim.
Overload, 5(23):34-37, December 1997.
Whiteboard

[1090]
editor << letters;  PDF
Tony Houghton.
Overload, 5(23):38, December 1997.

[1091]
Editorial  PDF
John Merrells.
Overload, 5(22):3-4, October 1997.

[1092]
Allocation Stats  PDF
Kevlin Henney.
Overload, 5(22):5-8, October 1997.

[1093]
An Introduction to the UML  PDF
Richard Blundell.
Overload, 5(22):8-12, October 1997.

[1094]
extern "X" and namespaces  PDF
George Wendle.
Overload, 5(22):12-15, October 1997.

[1095]
Make a date with C++ And so to const  PDF
Kevlin Henney.
Overload, 5(22):15-20, October 1997.

[1096]
Premature Optimisation  PDF
Alan Griffiths.
Overload, 5(22):21-23, October 1997.

[1097]
Using Algorithms-Sorting  PDF
Francis Glassborow.
Overload, 5(22):24-26, October 1997.

[1098]
Rational Values Implementation Part 1  PDF
The Harpist.
Overload, 5(22):27-30, October 1997.

[1099]
Some Opportunities to Increase STL Efficiency  PDF
Sergey Ignatchenko.
Overload, 5(22):30-35, October 1997.

[1100]
editor << letters;  PDF
John Merrells, The Harpist, George Wendle, Francis Glasborow, Chris Southern.
Overload, 5(22):, October 1997.

[1101]
Editorial  PDF
John Merrells.
Overload, 5(21):3, August 1997.

[1102]
Circles and Ellipses Revisited: Coding Techniques - 3  PDF
Alec Ross.
Overload, 5(21):4-7, August 1997.
Software Development in C++

[1103]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 5(21):7-9, August 1997.
The Draft International C++ Standard

[1104]
Getting the Best  PDF
Francis Glassborow.
Overload, 5(21):9-13, August 1997.
The Draft International C++ Standard

[1105]
Safe Assignment? No Problem!  PDF
Kevlin Henney.
Overload, 5(21):14-17, August 1997.
C++ Techniques

[1106]
Make a date with C++ Independence of Declaration  PDF
Kevlin Henney.
Overload, 5(21):18-20, August 1997.
C++ Techniques

[1107]
Whiteboard  PDF
John Merrells.
Overload, 5(21):20-21, August 1997.
Whiteboard

[1108]
inline delegation  PDF
Francis Glassborow.
Overload, 5(21):21, August 1997.
Whiteboard

[1109]
A Finite State Machine Design  PDF
Einar Nilsen-Nygaard.
Overload, 5(21):21-24, August 1997.
Whiteboard

[1110]
Object Counting  PDF
John Merrells.
Overload, 5(21):24-27, August 1997.
Whiteboard

[1111]
Rational Values  PDF
The Harpist.
Overload, 5(21):27-30, August 1997.
Whiteboard

[1112]
The C&C++ European Developers Forum  PDF
Ray Hall.
Overload, 5(21):30-32, August 1997.
News, Views, & Reviews

[1113]
They pursued it with forks and hope.  PDF
Alan Griffiths.
Overload, 5(21):32-34, August 1997.
News, Views, & Reviews

[1114]
Editorial  PDF
John Merrells.
Overload, 5(20):3-4, June 1997.

[1115]
Whence Objects?  PDF
Ray Hall.
Overload, 5(20):5-7, June 1997.
Software Development in C++

[1116]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 5(20):7-8, June 1997.
The Draft International C++ Standard

[1117]
Painting the Bicycle Shed  PDF
George Wendle.
Overload, 5(20):8-10, June 1997.
The Draft International C++ Standard

[1118]
Make a date with C++: Typing Lessons  PDF
Kevlin Henney.
Overload, 5(20):10-13, June 1997.
C++ Techniques

[1119]
The Pitfall of Being Ignorant  PDF
The Harpist.
Overload, 5(20):13-17, June 1997.
C++ Techniques

[1120]
Self Assignment? No Problem!  PDF
Kevlin Henney.
Overload, 5(20):17-25, June 1997.
C++ Techniques

[1121]
Lessons from fixed_vector Part 1  PDF
Jon Jagger.
Overload, 5(20):25-27, June 1997.
C++ Techniques

[1122]
Shared experience: a C++ pitfall  PDF
Alan Bellingham.
Overload, 5(20):27-31, June 1997.
C++ Techniques

[1123]
Further Thoughts on Inheritance for Reuse  PDF
Francis Glassborow.
Overload, 5(20):31-35, June 1997.
C++ Techniques

[1124]
Whiteboard  PDF
John Merrells.
Overload, 5(20):35-36, June 1997.

[1125]
editor << letters;  PDF
Kevlin Henney, Richard Percy, Jonathan Jagger.
Overload, 5(20):36-37, June 1997.

[1126]
Editorial  PDF
Alan Griffiths.
Overload, 5(19):3, April 1997.

[1127]
Observations on the Design of an Address Class  PDF
Mark Radford.
Overload, 5(19):4-5, April 1997.
Software Development in C++

[1128]
The Uses and Abuses of Inheritance  PDF
Roger Lever, Mark Radford.
Overload, 5(19):6-8, April 1997.
Software Development in C++

[1129]
The Problem of Self-Assignment  PDF
Francis Glassborow.
Overload, 5(19):8-9, April 1997.
Software Development in C++

[1130]
Borland C++ Builder for expert programmers  PDF
Eric Richards.
Overload, 5(19):10-12, April 1997.
Software Development in C++

[1131]
Make a date with C++: In the Beginning...  PDF
Kevlin Henney.
Overload, 5(19):12-14, April 1997.
Software Development in C++

[1132]
C++ Committee Draft  PDF
Steve Clamage.
Overload, 5(19):15, April 1997.
The Draft International C++ Standard

[1133]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 5(19):15-17, April 1997.
The Draft International C++ Standard

[1134]
New Keywords For...  PDF
The Harpist.
Overload, 5(19):17-21, April 1997.
The Draft International C++ Standard

[1135]
OOD again: Some light, some shadows  PDF
Graham Jones.
Overload, 5(19):22-24, April 1997.
C++ Techniques

[1136]
A model for backsolving  PDF
Richard Percy.
Overload, 5(19):24-29, April 1997.
C++ Techniques

[1137]
editor << letters;  PDF
Francis Glassborow, Roger Lever.
Overload, 5(19):30-31, April 1997.

[1138]
Editorial  WEB
Sean Corfield.
Overload, 5(17-18):, January 1997.

[1139]
The uses and abuses of inheritence  WEB
Francis Glassborow.
Overload, 5(17-18):, January 1997.

[1140]
Caught in the pattern web  WEB
Keith Derrick.
Overload, 5(17-18):, January 1997.

[1141]
The Casting Vote I  WEB
Sean A. Corfield.
Overload, 5(17-18):, January 1997.

[1142]
The Casting Vote II  WEB
Sean A. Corfield.
Overload, 5(17-18):, January 1997.

[1143]
Circles and Ellipses revisited: coding techniques - 2  WEB
Alec Ross.
Overload, 5(17-18):, January 1997.
A second approach: In-store changes

[1144]
Standard containers for polymorphic types  WEB
The Harpist.
Overload, 5(17-18):, January 1997.

[1145]
auto_ptr || !auto_ptr  WEB
Jon Jagger.
Overload, 5(17-18):, January 1997.
See also corrections in Overload 19, p.30

[1146]
Using objects for background tasks (3)  WEB
Adrian Fagg.
Overload, 5(17-18):, January 1997.
See also corrections in Overload 19, p.30

[1147]
Editorial  PDF
Sean A. Corfield.
Overload, 4(16):3, October 1996.

[1148]
Some OOD answers  PDF
Kevlin Henney.
Overload, 4(16):4-8, October 1996.
Software Development in C++

[1149]
Go with the flow - part II  PDF
Richard Percy.
Overload, 4(16):8-13, October 1996.
Software Development in C++

[1150]
Mixing Java & C++ Ruminations  PDF
Francis Glassborow.
Overload, 4(16):13-15, October 1996.
Software Development in C++

[1151]
Circles and Ellipses revisited: coding techniques - an introduction  PDF
Alec Ross.
Overload, 4(16):15-18, October 1996.
C++ Techniques

[1152]
Why is the standard C++ library value based?  PDF
Francis Glassborow.
Overload, 4(16):18-19, October 1996.
C++ Techniques

[1153]
editor << letters;  PDF
Francis Glassborow, Kevlin A. P. Henney, Colin Hersom, Graham Jones, Phil Bass, Steve Mertz, Walter Brown.
Overload, 4(16):19-24, October 1996.

[1154]
questions->answers  PDF
Kevlin Henney.
Overload, 4(16):24-27, October 1996.

[1155]
Editorial  PDF
Sean A. Corfield.
Overload, 4(15):3, August 1996.

[1156]
Some questions about OOD  PDF
Graham Jones.
Overload, 4(15):4-6, August 1996.
Software Development in C++

[1157]
Explorations around a linked list  PDF
Peter Moffatt.
Overload, 4(15):6-11, August 1996.
Software Development in C++

[1158]
Go with the flow  PDF
Richard Percy.
Overload, 4(15):11-15, August 1996.
Software Development in C++

[1159]
So you want to be a cOOmpiler writer? - part VI  PDF
Sean A. Corfield.
Overload, 4(15):15-19, August 1996.
Software Development in C++

[1160]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 4(15):19-20, August 1996.
The Draft International C++ Standard

[1161]
Making string literals constant - a cautionary tale  PDF
Francis Glassborow.
Overload, 4(15):20-23, August 1996.
The Draft International C++ Standard

[1162]
Circles and ellipses revisited  PDF
Alec Ross.
Overload, 4(15):24-27, August 1996.
C++ Techniques

[1163]
The Standard Template Library - sorted associative containers part 1 set & multiset  PDF
The Harpist.
Overload, 4(15):27-29, August 1996.
C++ Techniques

[1164]
The return type of member functions  PDF
Francis Glassborow, Chris Southern, Klitos Kyriacou.
Overload, 4(15):29-33, August 1996.
C++ Techniques

[1165]
/tmp/late/* Constraining template parameter values  PDF
Kevlin Henney.
Overload, 4(15):33-35, August 1996.
C++ Techniques

[1166]
editor << letters;  PDF
Sean A. Corfield, Allan Newton, Graham Jones, Phil Bass, Steven Youngs.
Overload, 4(15):35-36, August 1996.

[1167]
Java in a Nutshell reviewed by Chris Southern  PDF
Chris Southern.
Overload, 4(15):37, August 1996.

[1168]
Editorial  PDF
Sean A. Corfield.
Overload, 4(14):3, June 1996.

[1169]
Concerning values, left, right and converted  PDF
Francis Glassborow.
Overload, 4(14):3-6, June 1996.
Software Development in C++

[1170]
Real world patterns  PDF
Keith Derrick.
Overload, 4(14):7-9, June 1996.
Software Development in C++

[1171]
More on Java  PDF
Dave Durbin.
Overload, 4(14):9-12, June 1996.
Software Development in C++

[1172]
The Standard Template Library - first steps auto_ptr  PDF
The Harpist.
Overload, 4(14):12-15, June 1996.
C++ Techniques

[1173]
Functionoids  PDF
Jon Jagger.
Overload, 4(14):15-16, June 1996.
C++ Techniques

[1174]
Return from a member function  PDF
Francis Glassborow.
Overload, 4(14):16, June 1996.
C++ Techniques

[1175]
Time please, ladies and gentlemen  PDF
Jon Jagger.
Overload, 4(14):16-18, June 1996.
C++ Techniques

[1176]
editor << letters;  PDF
Sean A. Corfield, Remi Sellem, Bryan Colyer, Phil Bass, Colin Harkness, Steve Watson.
Overload, 4(14):18-19, June 1996.

[1177]
Practical C++ Programming a response from Steve Oualline  PDF
Steve Oualline.
Overload, 4(14):20, June 1996.
Reviews

[1178]
Editorial  PDF
Sean A. Corfield.
Overload, 4(13):3-6, April 1996.

[1179]
Those problems revisited  PDF
Francis Glassborow.
Overload, 4(13):6-9, April 1996.
Software Development in C++

[1180]
So you want to be a cOOmpiler writer? - part V  PDF
Sean A. Corfield.
Overload, 4(13):9-11, April 1996.
Software Development in C++

[1181]
Simple classes - Part 4: Game of Life  PDF
Roger Lever.
Overload, 4(13):11-14, April 1996.
Software Development in C++

[1182]
Some pitfalls of class design: a case study  PDF
Nigel Armstrong.
Overload, 4(13):14-16, April 1996.
Software Development in C++

[1183]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 4(13):16-18, April 1996.
The Draft International C++ Standard

[1184]
I do not love thee, STL!  PDF
Peter Wippell.
Overload, 4(13):18-20, April 1996.
C++ Techniques

[1185]
You can’t get there from here - a closer look at input iterators  PDF
Sean A. Corfield.
Overload, 4(13):20-21, April 1996.
C++ Techniques

[1186]
The Standard Template Library - first steps: sequence containers  PDF
The Harpist.
Overload, 4(13):21-24, April 1996.
C++ Techniques

[1187]
Using STL with pointers  PDF
Sean A. Corfield.
Overload, 4(13):24-27, April 1996.
C++ Techniques

[1188]
/tmp/late/* Specifying integer size  PDF
Kevlin Henney.
Overload, 4(13):27-30, April 1996.
C++ Techniques

[1189]
editor << letters;  PDF
Sean A. Corfield, Peter Wippell, Dave Midgley, Roger Woollett, The Harpist.
Overload, 4(13):30-31, April 1996.

[1190]
questions->answers  PDF
Kevlin Henney.
Overload, 4(13):31-33, April 1996.

[1191]
Editorial  PDF
Sean A. Corfield.
Overload, 4(12):3, February 1996.

[1192]
We have a problem  PDF
Francis Glassborow.
Overload, 4(12):3-7, February 1996.
Guest editorial by Francis Glassborow

[1193]
So you want to be a cOOmpiler writer? - part IV  PDF
Sean A. Corfield.
Overload, 4(12):7-9, February 1996.
Software Development in C++

[1194]
Compiler updates  PDF
Francis Glassborow.
Overload, 4(12):9-11, February 1996.
Software Development in C++

[1195]
Notes on Microsoft Visual C++ V4.0  PDF
Alan Griffiths.
Overload, 4(12):11-13, February 1996.
Software Development in C++

[1196]
A UK perspective  PDF
Sean A. Corfield.
Overload, 4(12):13-14, February 1996.
The Draft International C++ Standard

[1197]
An implementation pattern using RTTI  PDF
Uli Breymann.
Overload, 4(12):14-18, February 1996.
C++ Techniques

[1198]
Rot in L  PDF
Kevlin Henney.
Overload, 4(12):18-19, February 1996.
C++ Techniques

[1199]
Simple classes for debugging in C++ - Part 3  PDF
Roger Lever.
Overload, 4(12):19-22, February 1996.
C++ Techniques

[1200]
Heapwalking problems  PDF
Sean A. Corfield.
Overload, 4(12):22-23, February 1996.
C++ Techniques

[1201]
/tmp/late/* Constraining template parameter types  PDF
Kevlin Henney.
Overload, 4(12):23-26, February 1996.
C++ Techniques

[1202]
editor << letters;  PDF
Sean A. Corfield, Dave Midgley, Roger Lever, Chris Simons, Andrew King, Alan Griffiths, Jay.
Overload, 4(12):, February 1996.

[1203]
Handling dates with locale based day and month information  PDF
John Smart.
Overload, 4(12):29-34, February 1996.
++puzzle;

[1204]
Making a date  PDF
Francis Glassborow.
Overload, 4(12):34-36, February 1996.
++puzzle;

[1205]
Editorial  PDF
Sean A. Corfield.
Overload, 3(11):3, December 1995.

[1206]
Classes and Associations  PDF
David Davies.
Overload, 3(11):5-15, December 1995.
Software Development in C++

[1207]
Java? Where is that?  PDF
The Harpist.
Overload, 3(11):15-18, December 1995.
Software Development in C++

[1208]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 3(11):18-19, December 1995.
The Draft International C++ Standard

[1209]
Some thoughts on linkage  PDF
Francis Glassborow.
Overload, 3(11):19-21, December 1995.
The Draft International C++ Standard

[1210]
Literally yours  PDF
Kevlin Henney.
Overload, 3(11):21-22, December 1995.
The Draft International C++ Standard

[1211]
Anonymously yours  PDF
Kevlin Henney.
Overload, 3(11):22-23, December 1995.
The Draft International C++ Standard

[1212]
Simple classes for debugging in C++ - Part 2  PDF
Roger Lever.
Overload, 3(11):23-28, December 1995.
C++ Techniques

[1213]
A deeper look at copy assignment  PDF
Uli Breymann.
Overload, 3(11):28-34, December 1995.
C++ Techniques

[1214]
Change of address  PDF
Kevlin Henney.
Overload, 3(11):34-37, December 1995.
C++ Techniques

[1215]
/tmp/late/* Generating constants with templates  PDF
Kevlin Henney.
Overload, 3(11):37-39, December 1995.
C++ Techniques

[1216]
editor << letters;  PDF
Andrew King.
Overload, 3(11):39-40, December 1995.

[1217]
Date with a Design  PDF
Francis Glassborow.
Overload, 3(11):40-41, December 1995.
++puzzle;

[1218]
Scientific and Engineering C++ reviewed by Sean A. Corfield  PDF
Sean A. Corfield.
Overload, 3(11):42-43, December 1995.
Books and Journals

[1219]
Editorial  PDF
Sean A. Corfield.
Overload, 3(10):3-4, October 1995.

[1220]
Multiple inheritance in C++ - part III  PDF
Ulrich W. Eisenecker.
Overload, 3(10):5-8, October 1995.
Software Development in C++

[1221]
So you want to be a cOOmpiler writer? - part III  PDF
Sean A. Corfield.
Overload, 3(10):5-11, October 1995.
Software Development in C++

[1222]
When is an “is a” not an “is a”?  PDF
Alan Griffiths.
Overload, 3(10):11-13, October 1995.
Software Development in C++

[1223]
What’s in a name?  PDF
Sean A. Corfield.
Overload, 3(10):13-16, October 1995.
The Draft International C++ Standard

[1224]
Addressing polymorphic types  PDF
The Harpist.
Overload, 3(10):16-21, October 1995.
C++ Techniques

[1225]
Simple classes for debugging in C++ - part I  PDF
Roger Lever.
Overload, 3(10):21-24, October 1995.
C++ Techniques

[1226]
Pausing for thought  PDF
Francis Glassborow.
Overload, 3(10):24-25, October 1995.
C++ Techniques

[1227]
editor << letters;  PDF
Sean A. Corfield, Keith Derrick, George Wendle, Chris Simons, Dave Midgley, Dr. James Brennig.
Overload, 3(10):25-28, October 1995.

[1228]
Thinking in C++ (Bruce Eckel) reviewed by Peter Booth  PDF
Peter Booth.
Overload, 3(10):29, October 1995.
Review

[1229]
From Chaos to Classes (Daniel Duffy) reviewed by Sean A. Corfield  PDF
Sean A. Corfield.
Overload, 3(10):29-31, October 1995.

[1230]
Editorial  PDF
Sean A. Corfield.
Overload, 3(9):3, August 1995.

[1231]
A Better C?  PDF
Francis Glassborow.
Overload, 3(9):3-5, August 1995.

[1232]
Quantum Chromo Typology  PDF
George Wendle.
Overload, 3(9):5-7, August 1995.

[1233]
Seduction: The Last? - Applying the STL mindset  PDF
Kevlin Henney.
Overload, 3(9):7-12, August 1995.

[1234]
Joy Unconfined - reflections on three issues  PDF
The Harpist.
Overload, 3(9):12-14, August 1995.

[1235]
Diary of an Observer  PDF
Francis Glassborow.
Overload, 3(9):15-17, August 1995.
The Draft International C++ Standard

[1236]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 3(9):18-21, August 1995.
The Draft International C++ Standard

[1237]
Uncontained - oddities and oversights in the standard library  PDF
Kevlin Henney.
Overload, 3(9):21-23, August 1995.
The Draft International C++ Standard

[1238]
Multiple inheritance in C++ - part II  PDF
Ulrich W. Eisenecker.
Overload, 3(9):24-27, August 1995.

[1239]
On not mixing it...again  PDF
Roger Lever.
Overload, 3(9):30-33, August 1995.

[1240]
Another “too-many-objects” lesson  PDF
Peter Wippell.
Overload, 3(9):33, August 1995.

[1241]
editor << letters;  PDF
Kristen Baker-Munton.
Overload, 3(9):33-34, August 1995.

[1242]
editor << letters;  PDF
Barry Dorrans.
Overload, 3(9):34, August 1995.

[1243]
editor << letters;  PDF
Peter Arnold.
Overload, 3(9):34-35, August 1995.

[1244]
Interview with Jiri Soukup by Roger Lever  PDF
Roger Lever.
Overload, 3(9):36-38, August 1995.

[1245]
Design Patterns reviewed by Sean A. Corfield  PDF
Sean A. Corfield.
Overload, 3(9):38-39, August 1995.
Books and Journals

[1246]
Editorial  PDF
Sean A. Corfield.
Overload, 3(8):3, June 1995.

[1247]
The case against learning C++ right now - right or wrong?  PDF
Roger Lever.
Overload, 3(8):3-5, June 1995.

[1248]
OOA - The Shlaer-Mellor Approach  PDF
David Davies.
Overload, 3(8):5-12, June 1995.

[1249]
So you want to be a cOOmpiler writer? - part II  PDF
Sean A. Corfield.
Overload, 3(8):12-14, June 1995.

[1250]
C++ - the official UK site maintained by Steve Rumsby  PDF
Steve Rumsby.
Overload, 3(8):15, June 1995.
The Draft International C++ Standard

[1251]
cv-qualified constructors  PDF
Kevlin Henney.
Overload, 3(8):15-18, June 1995.
The Draft International C++ Standard

[1252]
namespace - a short exposé  PDF
Sean A. Corfield.
Overload, 3(8):18-19, June 1995.
The Draft International C++ Standard

[1253]
Wait for me! - virtual  PDF
Ian Horwill.
Overload, 3(8):20-23, June 1995.

[1254]
Circle & Ellipse - Vicious Circles  PDF
Kevlin Henney.
Overload, 3(8):23-27, June 1995.

[1255]
Circle & Ellipse - Creating Polymorphic Objects  PDF
Francis Glassborow.
Overload, 3(8):27-29, June 1995.

[1256]
Having Multiple Personalities  PDF
The Harpist.
Overload, 3(8):30-33, June 1995.

[1257]
‘Individual’ Control Validation in MFC  PDF
Kenneth Jackson.
Overload, 3(8):33-36, June 1995.

[1258]
From polymorphism to garbage collection  PDF
Bryan Scattergood.
Overload, 3(8):36-39, June 1995.

[1259]
A “too-many-objects” lesson  PDF
Peter Wippell.
Overload, 3(8):39-40, June 1995.

[1260]
editor << letters;  PDF
Fazl Rahman.
Overload, 3(8):40, June 1995.

[1261]
editor << letters;  PDF
Ian Horwill.
Overload, 3(8):40, June 1995.

[1262]
editor << letters;  PDF
Alan Bellingham.
Overload, 3(8):41, June 1995.

[1263]
editor << letters;  PDF
Uli Breymann.
Overload, 3(8):42, June 1995.

[1264]
editor << letters;  PDF
Peter Wippell.
Overload, 3(8):42, June 1995.

[1265]
++puzzle;  PDF
Sean A. Corfield.
Overload, 3(8):43, June 1995.

[1266]
Writing “Industrial Strength C++”  PDF
Mats Henricson.
Overload, 3(8):44-46, June 1995.
Books and Journals

[1267]
Editorial  PDF
Sean A. Corfield.
Overload, 3(7):3-4, April 1995.

[1268]
C++ compilers - mainly for OS/2  PDF
Francis Glassborow.
Overload, 3(7):4-7, April 1995.

[1269]
No such thing as a free lunch  PDF
Alan Griffiths.
Overload, 3(7):3-10, April 1995.

[1270]
Subsidising lunch? - a reply  PDF
Sean A. Corfield.
Overload, 3(7):10-11, April 1995.

[1271]
Operators - an overloaded menace  PDF
George Wendle.
Overload, 3(7):12-14, April 1995.

[1272]
Overloading on const and other stories  PDF
Kevlin Henney.
Overload, 3(7):15-17, April 1995.

[1273]
operator= and const - a reply  PDF
Mats Henricson, Erik Nyquist.
Overload, 3(7):18, April 1995.

[1274]
The Casting Vote  PDF
Sean A. Corfield.
Overload, 3(7):18-22, April 1995.

[1275]
Wait for me! - copying and assignment  PDF
Ian Horwill.
Overload, 3(7):23-24, April 1995.

[1276]
Related objects  PDF
The Harpist.
Overload, 3(7):24-28, April 1995.

[1277]
Related addendum  PDF
Francis Glassborow.
Overload, 3(7):28, April 1995.

[1278]
Multiple inheritance in C++ - part I  PDF
Ulrich W. Eisenecker.
Overload, 3(7):28-32, April 1995.

[1279]
On not mixing it...  PDF
Roger Lever.
Overload, 3(7):32-33, April 1995.

[1280]
editor << letters;  PDF
Phil Shotton.
Overload, 3(7):35, April 1995.

[1281]
editor << letters;  PDF
Ian Horwill.
Overload, 3(7):35-36, April 1995.

[1282]
editor << letters;  PDF
Christopher Simons.
Overload, 3(7):36-37, April 1995.

[1283]
editor << letters;  PDF
Dave Midgley.
Overload, 3(7):37, April 1995.

[1284]
editor << letters;  PDF
Kevlin Henney.
Overload, 3(7):37-38, April 1995.

[1285]
editor << letters;  PDF
Bob Firth.
Overload, 3(7):38-40, April 1995.

[1286]
editor << letters;  PDF
Nicholas Rutland.
Overload, 3(7):40, April 1995.

[1287]
Questions & Answers  PDF
Sean A. Corfield.
Overload, 3(7):40-41, April 1995.

[1288]
++puzzle;  PDF
Sean A. Corfield.
Overload, 3(7):41, April 1995.

[1289]
Books and Journals  PDF
Sean A. Corfield.
Overload, 3(7):42, April 1995.

[1290]
The Casting Vote  WEB
Sean A. Corfield.
Overload, 3(6):, March 1995.

[1291]
Putting Jack in the Box  WEB
Graham Kendall.
Overload, 3(6):, March 1995.

[1292]
Overloading on const is wrong  WEB
George Wendle.
Overload, 3(6):, March 1995.

[1293]
Friends - who needs them?  WEB
Francis Glassborow.
Overload, 3(6):, March 1995.

[1294]
C++ compilers for MSDOS / MSWindows  WEB
Francis Glassborow.
Overload, 3(6):, March 1995.

[1295]
Blindspots  WEB
Francis Glassborow.
Overload, 3(6):, March 1995.

[1296]
An alternative to wchar_t  WEB
Kevlin Henney.
Overload, 3(6):, March 1995.

[1297]
A Text Formatting Class  WEB
John Smart.
Overload, 3(6):, March 1995.

[1298]
Operators for Arithmetic Classes  WEB
Francis Glassborow.
Overload, 2(5):1-4, September 1994.

[1299]
Are “Safe” Computer Systems Possible?  WEB
M.N. Summerfield.
Overload, 2(5):5-7, September 1994.

[1300]
The Virtual Interview  WEB
Sean A. Corfield.
Overload, 2(5):7, September 1994.
John Max Skaller was interviewed by Sean A. Corfield

[1301]
So you want to be a cOOmpiler writer?  WEB
Sean A. Corfield.
Overload, 2(5):10-11, September 1994.

[1302]
Microsoft Visual C++ V1.5 (16bit)  WEB
Adrian Fagg.
Overload, 2(5):12-14, September 1994.

[1303]
Borland C++ V4.0  WEB
Adrian Fagg.
Overload, 2(5):14-15, September 1994.

[1304]
Writing Your Own Stream Manipulators  WEB
Kevlin Henney.
Overload, 2(5):16-18, September 1994.

[1305]
The Casting Vote  WEB
Sean A. Corfield.
Overload, 2(5):18-21, September 1994.

[1306]
Microsoft Visual C++ Strategy  WEB
Microsoft.
Overload, 2(5):21-27, September 1994.

[1307]
Letters  WEB
Mike Toms, Adrian Fagg.
Overload, 2(5):21, September 1994.

[1308]
Afterword  WEB
Alan Lenton.
Overload, 2(5):27, September 1994.

[1309]
Editor's Ramble  WEB
Mike Toms.
Overload, 2(4):, February 1994.

[1310]
The Casting Vote  WEB
Sean A. Corfield.
Overload, 2(4):, February 1994.

[1311]
Windows Waffle  WEB
Mike Toms.
Overload, 2(4):, February 1994.

[1312]
Do birds in their little nests always agree?  WEB
Kevlin Henney.
Overload, 2(4):, February 1994.

[1313]
new & delete  WEB
Francis Glassborow.
Overload, 2(4):, February 1994.

[1314]
Shared Memory Class  WEB
Justin Seifort.
Overload, 2(4):, February 1994.

[1315]
Run-time checking for C++  WEB
David Bailey.
Overload, 2(4):, February 1994.

[1316]
Why C++ will replace FORTRAN (or, at least, why it should)  WEB
Dr. Thomas Keffer.
Overload, 2(4):, February 1994.

[1317]
char* p vs char *p  WEB
Mike Toms.
Overload, 2(4):, February 1994.

[1318]
Readers Letters  WEB
Mike Toms.
Overload, 2(4):, February 1994.

[1319]
Epilogue  WEB
Mike Toms.
Overload, 2(4):, February 1994.

[1320]
Editor's Ramble  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1321]
Welcome to ECUG  WEB
Francis Glassborow.
Overload, 1(3):, August 1993.

[1322]
Minimising Stack Use and Other Uses of new  WEB
Francis Glassborow.
Overload, 1(3):, August 1993.

[1323]
C++ Strings -The ANSI Way  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1324]
Managing Class Coupling  WEB
Frederic H. Wild III.
Overload, 1(3):, August 1993.

[1325]
Custom Controls  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1326]
Windows File Class  WEB
Ian Horwill.
Overload, 1(3):, August 1993.

[1327]
Class Struggle  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1328]
Unit Testing Of C++ Classes  WEB
IPL Limited.
Overload, 1(3):, August 1993.

[1329]
Uses of Classes with only Private and Protected Constructors  WEB
Francis Glassborow.
Overload, 1(3):, August 1993.

[1330]
A Short Exposure to C++  WEB
Graham Short.
Overload, 1(3):, August 1993.

[1331]
Readers Letters  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1332]
Epilogue  WEB
Mike Toms.
Overload, 1(3):, August 1993.

[1333]
Editor's Ramble  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1334]
C++ Streams (Part 2)  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1335]
Class Struggle  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1336]
The Help Compiler  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1337]
Some Thoughts on the Use of New  WEB
Francis Glassborow.
Overload, 1(2):, June 1993.

[1338]
An E-mail Conversation with Bjarne Stroustrup  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1339]
Members' Letters  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1340]
The Pedant  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1341]
Epilogue  WEB
Mike Toms.
Overload, 1(2):, June 1993.

[1342]
Editor's Ramble  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1343]
C++ Streams  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1344]
Make...or Break?  WEB
Peter Arnold.
Overload, 1(1):, April 1993.

[1345]
Templates  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1346]
An Introduction to Object Orientation  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1347]
Class Struggle  WEB
Mike Toms.
Overload, 1(1):, April 1993.
A basic introduction to the uses of C++

[1348]
Rumbaugh's OMT - The method behind C++ Designer  WEB
Stuart Frost.
Overload, 1(1):, April 1993.

[1349]
Dates & Times  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1350]
Starting out with OWL  WEB
Steve Page.
Overload, 1(1):, April 1993.

[1351]
Some Thoughts on Writing Classes  WEB
Francis Glassborow.
Overload, 1(1):, April 1993.

[1352]
Whingeing Session  WEB
Mike Toms.
Overload, 1(1):, April 1993.

[1353]
Epilogue  WEB
Mike Toms.
Overload, 1(1):, April 1993.





Your Privacy

By clicking "Accept All Cookies" you agree ACCU can store cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

By clicking "Share IP Address" you agree ACCU can forward your IP address to third-party sites to enhance the information presented on the site, and that these sites may store cookies on your device.