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 Process Topics or CVu Journal Vol 28, #4 - September 2016

Options:
View Article Map
View Archives
Capturing lvalue References in C++11 Lambdas
Description : How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Category: [ Programming Topics | Overload Journal #119 - February 2014 ]
How to Program Your Way Out of a Paper Bag Using Genetic Algorithms
Description : It is often claimed people cannot program their way out of a paper bag. Frances Buontempo bucks the trend using genetic algorithms.
Category: [ Programming Topics | Overload Journal #118 - December 2013 ]
Object-Environment Collision Detection using Onion BSPs
Description : Previously we considered 3D navigation. Stuart Golodetz demonstrates how to detect collisions using onion binary space partitioning.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #118 - December 2013 ]
Migrating from Visual SourceSafe to Git
Description : Migrating from one version control system to another is a big change. Chris Oldwood records the trials and triumphs of migrating from VSS to git.
Category: [ Programming Topics | Overload Journal #118 - December 2013 ]
Code as a Crime Scene
Description : Forensic techniques can predict possible future crimes. Adam Tornhill shows how they can be applied to code.
Category: [ Programming Topics | Overload Journal #117 - October 2013 ]
Lies, Damn Lies and Estimates
Description : Predicting how long something will take is hard. Seb Rose takes us on a brief tour through the swamp that is estimation.
Category: [ Process Topics | Overload Journal #117 - October 2013 ]
YAGNI-C as a Practical Application of YAGNI
Description : YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Has the Singleton Not Suffered Enough
Description : Singletons are much maligned. Omar Bashir considers why.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Automatic Navigation Mesh Generation in Configuration Space
Description : Walkable 3D environments can be automatically navigated. Stuart Golodetz demonstrates how navigation meshes achieve this.
Category: [ Programming Topics | Overload Journal #117 - October 2013 ]
C++ Range and Elevation
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Hard Upper Limit on Memory Latency
Description : Achieving very low latency is important. Sergey Ignatchenko asks how low can we go.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Simple Instrumentation
Description : Programs often run out of memory or grind to a halt. Chris Oldwood demonstrates how to add instrumentation to your code to track its performance.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Portable String Literals in C++
Description : How hard can it be to make a file in C++ with international text literals in its name? Alf Steinbach shows us.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Dynamic C++ (Part 2)
Description : Previously we saw how to use some simple dynamic features in C++. Alex Fabijanic and Richard Saunders explore more powerful dynamic tools.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Auto – a necessary evil? (Part 2)
Description : Should you declare (almost) everything auto? Roger Orr considers when auto is appropriate.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Auto – A Necessary Evil?
Description : Superficially simple language features can be surprisingly complicated. Roger Orr explores a new one that is likely to be used widely.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
TCP/IP Explained. A Bit
Description : Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Demons May Fly Out Of Your Nose
Description : Language standards give guarantees about valid program behaviour. Olve Maudel discovers what happens if you break your end of the bargain.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Wallpaper Rotation on Ubuntu using Ruby and Flickr
Description : Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Dynamic C++, Part 1
Description : Static and dynamic languages have different trade-off. Alex Fabijanic attempts to get the best of both worlds.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]

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