Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals > Overload |
• Blogs
ACCU Topics
(2)
- ACCU magic
Gnomes and Misnomers
Description : What’s in a name? Frances Buontempo decides some names are better than others. by Frances Buontempo
Category: [ Overload Journal #140 - August 2017 | Journal Editorial ]
Description : What’s in a name? Frances Buontempo decides some names are better than others. by Frances Buontempo
Category: [ Overload Journal #140 - August 2017 | Journal Editorial ]
The Path of the Programmer
Description : Personal development is important. Charles Tolman provides a framework for looking at this. by Charles Tolman
Category: [ Overload Journal #140 - August 2017 | Process Topics ]
Description : Personal development is important. Charles Tolman provides a framework for looking at this. by Charles Tolman
Category: [ Overload Journal #140 - August 2017 | Process Topics ]
A Usable C++ Dialect that is Safe Against Memory Corruption
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2). by Sergey Ignatchenko
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2). by Sergey Ignatchenko
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
Metaclasses: Thoughts on Generative C++
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible. by Herb Sutter
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible. by Herb Sutter
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
A C++ Developer Sees Rustlang for the First Time
Description : Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer. by Katarzyna Macias
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
Description : Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer. by Katarzyna Macias
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
Portable Console I/O via iostreams
Description : Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters. by Alf Steinbach
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
Description : Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters. by Alf Steinbach
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
A Functional Alternative to Dependency Injection in C++
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++. by Satprem Pamudurthy
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++. by Satprem Pamudurthy
Category: [ Overload Journal #140 - August 2017 | Design of applications and programs ]
About the C++ Core Guidelines
Description : The C++ core guidelines are a useful summary of C++ best practice. Andreas Fertig shows their use. by Andreas Fertig
Category: [ Overload Journal #140 - August 2017 | Process Topics ]
Description : The C++ core guidelines are a useful summary of C++ best practice. Andreas Fertig shows their use. by Andreas Fertig
Category: [ Overload Journal #140 - August 2017 | Process Topics ]
Afterwood
Description : Chris Oldwood reminds us to fix the problem, not to blame. by Chris Oldwood
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
Description : Chris Oldwood reminds us to fix the problem, not to blame. by Chris Oldwood
Category: [ Overload Journal #140 - August 2017 | Programming Topics ]
I am not a number
Description : When is a number not a number? Frances Buontempo counts the ways this happens. by Frances Buontempo
Category: [ Overload Journal #139 - June 2017 | Journal Editorial ]
Description : When is a number not a number? Frances Buontempo counts the ways this happens. by Frances Buontempo
Category: [ Overload Journal #139 - June 2017 | Journal Editorial ]
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
Description : How do you deal with memory for (Re)Actors? Sergey Ignatchenko proposes an allocation scheme. by Sergey Ignatchenko
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Description : How do you deal with memory for (Re)Actors? Sergey Ignatchenko proposes an allocation scheme. by Sergey Ignatchenko
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Initialization in C++ is Bonkers
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get. by Simon Brand
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get. by Simon Brand
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Vulkan and you – Khronos’ successor to OpenGL
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL. by Andy Thomason
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL. by Andy Thomason
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Kotlin for C++ Developers
Description : What could a language the originated on the JVM possibly offer C or C++ devs? Hadi Hariri tells us. by Hadi Hariri
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Description : What could a language the originated on the JVM possibly offer C or C++ devs? Hadi Hariri tells us. by Hadi Hariri
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Getting Tuple Elements with a Runtime Index
Description : Accessing a tuple with a runtime index is a challenge. Anthony Williams shows us his approach. by Anthony Williams
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Description : Accessing a tuple with a runtime index is a challenge. Anthony Williams shows us his approach. by Anthony Williams
Category: [ Overload Journal #139 - June 2017 | Programming Topics ]
Afterwood
Description : What makes programming fun? Chris Oldwood ponders what floats his boat. by Chris Oldwood
Category: [ Overload Journal #139 - June 2017 | Process Topics ]
Description : What makes programming fun? Chris Oldwood ponders what floats his boat. by Chris Oldwood
Category: [ Overload Journal #139 - June 2017 | Process Topics ]
Breadth First, Depth First, Test First
Description : You can approach a problem top-down or bottom-up. Frances Buontempo wonders if algorithms can help us choose the most appropriate direction. by Frances Buontempo
Category: [ Overload Journal #138 - April 2017 | Journal Editorial ]
Description : You can approach a problem top-down or bottom-up. Frances Buontempo wonders if algorithms can help us choose the most appropriate direction. by Frances Buontempo
Category: [ Overload Journal #138 - April 2017 | Journal Editorial ]
Space invaders in Elm
Description : Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview. by Ossi Hanhinen
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Description : Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview. by Ossi Hanhinen
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Single Module Builds – The Fastest Heresy in Town
Description : Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times. by Andy Thomason
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Description : Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times. by Andy Thomason
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
An Interview: Emyr Williams
Description : CVu has been running a series of interviews. Frances Buontempo interviews the interviewer, Emyr Williams. by Frances Buontempo
Category: [ Overload Journal #138 - April 2017 ]
Description : CVu has been running a series of interviews. Frances Buontempo interviews the interviewer, Emyr Williams. by Frances Buontempo
Category: [ Overload Journal #138 - April 2017 ]