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 #139 - June 2017

Options:
View Article Map
View Archives
Numbers in JavaScript
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Are we nearly there yet? Refactoring C++
Description : Alan Griffiths evaluates two tools for developers with some simple use-cases.
Category: [ Programming Topics | CVu Journal Vol 27, #3 - July 2015 ]
Golang programming on AppEngine
Description : Silas S. Brown tries his hand at writing native code for the Cloud.
Category: [ Programming Topics | CVu Journal Vol 27, #3 - July 2015 ]
Split and Merge Revisited
Description : Vassili Kaplan makes improvements to the Expression Parser.
Category: [ Programming Topics | CVu Journal Vol 27, #3 - July 2015 ]
Meet the Social Side of Your Codebase
Description : Programming requires collaboration. Adam Tornhill suggests some ways to uncover communication paths in your organisation.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Mocks are Bad, Layers are Bad
Description : Many people use mocks in their unit tests. Andy Balaam asks if there’s a better way.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Non-Superfluous People: Architects
Description : No developer is an island. Sergey Ignatchenko continues his series of non-superfluous people by looking at the role of architects.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Terse Exception Messages
Description : Log files often contain ‘error’ information. Chris Oldwood suggests they rarely contain anything that could be considered helpful.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Get Debugging Better!
Description : 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.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Make and Forward Consultables and Delegates
Description : Sometimes forwarding to a contained object requires lots of boilerplate code. Nicolas Bouillot introduces consultables and delegates to automate this.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Wallowing in Filth
Description : Pete Goodliffe wades into the dreaded cesspit of ‘low-quality code’.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Writing Good C++ APIs
Description : Tom Björkholm examines some common pitfalls that make code hard to use.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Split and Merge – Another Algorithm for Parsing Mathematical Expressions
Description : Vassili Kaplan presents an alternative to Dijkstra’s algorithm.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Using 32-bit COM Objects from 64-bit Programs
Description : Roger Orr explains how to cross the platform boundary in COM libraries.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Raspberry Pi Linux User Mode GPIO in C++ – Part 1
Description : Ralph McArdell expands the Raspberry Pi with a C++ library.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Standards Report
Description : Mark Radford reports the latest from the C++ Standards meetings.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Code Critique Competition 93
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Alternatives to Singletons and Global Variables
Description : Global variables and Singletons are usually considered bad. Bob Schmidt summarises some alternatives.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Resource Management with Explicit Template Specializations
Description : RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Variadic and Variable Templates
Description : C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]

  |<   <<   11   12   13   14   15   16   17   18   19   20   >>   >|
Sort by Date Title