Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #123 - October 2014
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o123 All of these categories |
- Options:
- View Article Map
- View Archives
On Zero-Side-Effect Interactive Programming, Actors, and FSMs
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Template Programming Compile Time Combinations & Sieves
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Classdesc: A Reflection System for C++11
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
QM Bites : Maximising Discoverability of Virtual Methods
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
So Why is Spock Such a Big Deal?
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Bug Hunting
Description : Pete Goodliffe continues the hunt for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Pete Goodliffe continues the hunt for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Finding Text
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
in vivo, in vitro, in silico
Description : Frances Buontempo examines the idea of software vivisection.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Frances Buontempo examines the idea of software vivisection.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
"HTTPS Everywhere" considered harmful
Description : Silas S. Brown considers an unintended cost of security.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Silas S. Brown considers an unintended cost of security.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Once Again on TCP vs UDP
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Type Mosaicing with Consultables and Delegates
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
The Universality and Expressiveness of std::accumulate
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
QM Bites – The two sides of Boolean Parameters
Description : Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Identify your Errors better with char[]
Description : Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
CPU Clocks and Clock Interrupts, and Their Effects on Schedulers
Description : Instructions to sleep for a second almost never result in precisely one second’s sleep. Bob Schmidt walks us through the mechanics of why.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Instructions to sleep for a second almost never result in precisely one second’s sleep. Bob Schmidt walks us through the mechanics of why.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Bug Hunting
Description : Pete Goodliffe looks for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Pete Goodliffe looks for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Building C & C++ CLI Programs with the libCLImate Mini-framework
Description : Matthew Wilson presents a framework for simplifying CLI programs.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Matthew Wilson presents a framework for simplifying CLI programs.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Raspberry Pi Linux User Mode GPIO in C++ (Part 3)
Description : Ralph McArdell demonstrates the library with two peripherals on the Pi.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Ralph McArdell demonstrates the library with two peripherals on the Pi.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
One Definition Rule
Description : Roger Orr explains an often misunderstood aspect of C++.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Roger Orr explains an often misunderstood aspect of C++.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Functional Programming in C++
Description : Richard Falconer reports on an ACCU talk by Kevlin Henney.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Richard Falconer reports on an ACCU talk by Kevlin Henney.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]