ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics or Overload Journal #39 - Sep 2000

Options:
View Article Map
View Archives
I Come Here Not to Bury Delphi, But to Praise It
Description : What helps a programming language gain traction? Patrick Martin remembers why he used to use Delphi.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
Improve Code by Removing It
Description : Pete Goodliffe takes a scalpel to unnecessary code.
Category: [ Programming Topics | CVu Journal Vol 30, #5 - November 2018 ]
Implementing the Spaceship Operator for Optional
Description : Comparison operators can get complicated. Barry Revzin explores how the new operator <=> helps.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Implementing Type-Classes as OCaml Modules
Description : Type classes achieve overloading in functional paradigms. Shayne Fletcher implements some as OCaml modules.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
In Java I Wish I Could...
Description : Paul Grenyer wishes for features of one language in another.
Category: [ Programming Topics | CVu Journal Vol 29, #3 - July 2017 ]
Initialization in C++ is Bonkers
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Implementing SNAAAKE
Description : Almost everyone knows the game Snake! Thaddaeus Frogley shares a diary of how his implementation grew over time.
Category: [ Programming Topics | Overload Journal #134 - August 2016 ]
in vivo, in vitro, in silico
Description : Frances Buontempo examines the idea of software vivisection.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Identify your Errors better with char[]
Description : Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Introducing Concepts
Description : Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us.
Category: [ Programming Topics | Overload Journal #129 - October 2015 ]
iterator_pair – A Simple and Useful Iterator Adapter
Description : Can you form a new contain from two others? Vladimir Grigoriev reminds us how to write an iterator.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
I Like Whitespace
Description : Programming style can cause endless arguments. Bob Schmidt shares why he thinks whitespace matters.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Integrating the Catch Test Framework into Visual Studio
Description : 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.
Category: [ Programming Topics | Overload Journal #119 - February 2014 ]
Intellectual Property – a Crash Course for Developers
Description : Interpreting law is a tricky business. Sergey Ignatchenko introduces someone who can help you avoid expensive mistakes.
Category: [ Programming Topics | Overload Journal #105 - October 2011 ]
Interface Versioning in C++
Description : Updating a widely used DLL interface is non-trivial. Steve Love presents a practical approach.
Category: [ Programming Topics | Overload Journal #100 - December 2010 ]
I Think I'll Parse
Description : A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #92 - August 2009 ]
Iterators and Memberspaces
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Implementing Synchronization Primitives for Boost on Windows Platforms
Description : Anthony Williams on the popular Boost library.
Category: [ Programming Topics | Overload Journal #78 - Apr 2007 ]
Inventing a Mutex
Description : A mutex is a general purpose tool - there may be better solutions in specific circumstances. George Shagov presents one such alternative.
Category: [ Programming Topics | Overload Journal #75 - Oct 2006 ]
Introducing CODEF/CML
Description : This article introduces a C# serialization facility that proposes a novel separation between object models, representing the serialized data, and class descriptors, representing the binding to the receiving design space.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]

  |<   <   1   2   3   >   >|
Sort by Date Title