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
Code Critique Competition 95
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Multi-threading at Business-logic Level is Considered Harmful
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Two Daemons
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Don’t Design for Performance Until It’s Too Late
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Template Programming Compile Time String Functions
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
Description : Ralph McArdell expands the Raspberry Pi with a C++ library.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]