Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #143 - February 2018
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o143 All of these categories |
- Options:
- View Article Map
- View Archives
Simplicity Through Immutability
Description : Chris Oldwood considers the benefits of unchangeable data.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Chris Oldwood considers the benefits of unchangeable data.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Advice for the Young at Heart
Description : Pete Goodliffe offers sage advice, and asks you to do the same.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Pete Goodliffe offers sage advice, and asks you to do the same.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Delayed Copy Pattern
Description : Vassili Kaplan presents some techniques for making efficient use of the STL containers in C++.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Vassili Kaplan presents some techniques for making efficient use of the STL containers in C++.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Const and Concurrency (part 2)
Description : Ralph McArdell continues musing on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Ralph McArdell continues musing on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Non-Superfluous People: Testers
Description : Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Designing Observers in C++11
Description : The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Order Notation in Practice
Description : What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Testing Drives the Need for Flexible Configuration
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Const and Concurrency (Part 1)
Description : Ralph McArdell comments on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Ralph McArdell comments on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Parsing Configuration Files in C++ with Boost
Description : Giuseppe Vacanti describes how to deal with program options, C++ style.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Giuseppe Vacanti describes how to deal with program options, C++ style.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Perl is a Better Sed, and Python 2 is Good
Description : Silas S. Brown sweats the differences between tools on common platforms.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Silas S. Brown sweats the differences between tools on common platforms.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Debuggers Are Still For Wimps
Description : Frances Buontempo shows how to remote debug python from Visual Studio.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Frances Buontempo shows how to remote debug python from Visual Studio.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Debug Complexity: How Assertions Affect Debugging Time
Description : Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Alternative Overloads
Description : How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Everyone Hates build.xml
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Defining Visitors Inline in Modern C++
Description : The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Paper Bag Escapology Using Particle Swarm Optimisation
Description : Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Does Test-Driven Development Harm Clarity?
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Musings on Python – by a C++ Developer
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Activatable Object
Description : Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]