Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #79 - Jun 2007
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 79 All of these categories |
- Options:
- View Article Map
- View Archives
Flip Model: A Design Pattern
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Functional Error-Handling with Optional and Expected
Description : Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.
Category: [ Programming Topics | Overload Journal #143 - February 2018 ]
Description : Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.
Category: [ Programming Topics | Overload Journal #143 - February 2018 ]
Fifteen Love
Description : Baron M sets a new puzzle for students of curious conundrums.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Baron M sets a new puzzle for students of curious conundrums.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Finding Text
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Functional Programming in C++
Description : Richard Falconer reports on an ACCU talk by Kevlin Henney.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Richard Falconer reports on an ACCU talk by Kevlin Henney.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Faking C Function with fff.h
Description : Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Footprint on Modify
Description : Tracking history can be done in a variety of ways. Andy Balaam describes one technique with many advantages.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : Tracking history can be done in a variety of ways. Andy Balaam describes one technique with many advantages.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
From Occam's Razor to No Bugs' Axe
Description : Designing good APIs that stand the test of time is notoriously hard. Sergey Ignatchenko suggests a radical guideline.
Category: [ Programming Topics | Process Topics | Overload Journal #100 - December 2010 ]
Description : Designing good APIs that stand the test of time is notoriously hard. Sergey Ignatchenko suggests a radical guideline.
Category: [ Programming Topics | Process Topics | Overload Journal #100 - December 2010 ]
Floating Point Fun and Frolics
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Functional Programming Using C++ Templates (Part 2)
Description : Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Description : Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Functional Programming Using C++ Templates (Part 1)
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
FRUCTOSE - a C++ Unit Test Framework
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
From CVS to Subversion
Description : Thomas Guest reflects on migrating his organisation's version control system from CVS to Subversion.
Category: [ Programming Topics | Overload Journal #75 - Oct 2006 ]
Description : Thomas Guest reflects on migrating his organisation's version control system from CVS to Subversion.
Category: [ Programming Topics | Overload Journal #75 - Oct 2006 ]
Fine Tuning for lexical_cast
Description : Alexander Nasonov takes a look at Boost's lexical_cast and addresses a common user request: "make it go faster".
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : Alexander Nasonov takes a look at Boost's lexical_cast and addresses a common user request: "make it go faster".
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
From Mechanism to Method: The Safe Stacking of Cats
Source : cats, curling, exceptions
Category: [ Design of applications and programs | Overload Journal #62 - Aug 2004 ]
Source : cats, curling, exceptions
Category: [ Design of applications and programs | Overload Journal #62 - Aug 2004 ]
Functional Programming in Python: An Introduction by
Example
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
From Mechanism to Method: Generic Decoupling
Category: [ Programming Topics | Overload Journal #60 - Apr 2004 ]
Category: [ Programming Topics | Overload Journal #60 - Apr 2004 ]
Francis' Scribbles
Description :
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 | Francis' Scribbles from CVu journal ]
Description :
Look at the following code and decide what is wrong with it. When you have done so, decide what it has to do with the previous section in particular and this section of C Vu in general - well actually the whole of your life.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 | Francis' Scribbles from CVu journal ]