Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals |
• Blogs
ACCU Topics
(2)
- ACCU magic
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 ]
Editorial: It's written, that's why
by Steve Love
Category: [ CVu Journal Vol 29, #3 - July 2017 | Journal Editorial ]
by Steve Love
Category: [ CVu Journal Vol 29, #3 - July 2017 | Journal Editorial ]
Living Within Constraints
Description : Pete Goodliffe constrains what’s possible in your code. by Pete Goodliffe
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
Description : Pete Goodliffe constrains what’s possible in your code. by Pete Goodliffe
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
In Java I Wish I Could...
Description : Paul Grenyer wishes for features of one language in another. by Paul Grenyer
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
Description : Paul Grenyer wishes for features of one language in another. by Paul Grenyer
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
Rip It Up and Start Again
Description : Jez Higgins shares a tale of re-implementing a software system. by Jez Higgins
Category: [ CVu Journal Vol 29, #3 - July 2017 | Design of applications and programs ]
Description : Jez Higgins shares a tale of re-implementing a software system. by Jez Higgins
Category: [ CVu Journal Vol 29, #3 - July 2017 | Design of applications and programs ]
Learning Other Languages
Description : Francis Glassborow considers natural and computer languages as tools of communication. by Francis Glassborow
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics | Francis' Scribbles from CVu journal ]
Description : Francis Glassborow considers natural and computer languages as tools of communication. by Francis Glassborow
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics | Francis' Scribbles from CVu journal ]
A Magical New World?
Description : Samathy Barratt shares her experience as a first time ACCU Conference attendee. by Samathy Barratt
Category: [ CVu Journal Vol 29, #3 - July 2017 | Letters to the Editor ]
Description : Samathy Barratt shares her experience as a first time ACCU Conference attendee. by Samathy Barratt
Category: [ CVu Journal Vol 29, #3 - July 2017 | Letters to the Editor ]
Code Critique Competition 106
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry. by Roger Orr
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry. by Roger Orr
Category: [ CVu Journal Vol 29, #3 - July 2017 | Programming Topics ]
View from the Chair
Description : Bob Schmidt, chair@accu.org by Bob Schmidt
Category: [ CVu Journal Vol 29, #3 - July 2017 ]
Description : Bob Schmidt, chair@accu.org by Bob Schmidt
Category: [ CVu Journal Vol 29, #3 - July 2017 ]
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 ]
Editorial: Production legacy
by Steve Love
Category: [ CVu Journal Vol 29, #2 - May 2017 | Journal Editorial ]
by Steve Love
Category: [ CVu Journal Vol 29, #2 - May 2017 | Journal Editorial ]
An Ode to Code
Description : Pete Goodliffe shares his annual programming practice poem. by Pete Goodliffe
Category: [ CVu Journal Vol 29, #2 - May 2017 | Programming Topics ]
Description : Pete Goodliffe shares his annual programming practice poem. by Pete Goodliffe
Category: [ CVu Journal Vol 29, #2 - May 2017 | Programming Topics ]