Advertisement
Membership
Login
ACCU Buttons
Programming Topics
Browse in : | > Topics > Programming |
Once Again on TCP vs UDP
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons. by Sergey Ignatchenko
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons. by Sergey Ignatchenko
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. by Nicolas Bouillot
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this. by Nicolas Bouillot
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. by Paul Keir
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. by Paul Keir
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. by Matthew Wilson
Description : Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time. by Matthew Wilson
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. by Patrick Martin and Dietmar Kühl
Description : Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information. by Patrick Martin and Dietmar Kühl
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. by Bob Schmidt
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. by Bob Schmidt