Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #118 - December 2013
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > o118 All of these categories |
- Options:
- View Article Map
- View Archives
C++20: A Simple Math Module
Description : Modules are one big change introduced by C++20. Rainer Grimm describes how to build a mathematics module.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Description : Modules are one big change introduced by C++20. Rainer Grimm describes how to build a mathematics module.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Comment Only What The Code Cannot Say
Description : Comments can help or hinder. Kevlin Henney assesses when to avoid them.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Description : Comments can help or hinder. Kevlin Henney assesses when to avoid them.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
C++ Pipes
Description : Expressive code can make life easier. Jonathan Boccara demonstrates fluent pipelines for collections in C++.
Category: [ Design of applications and programs | Overload Journal #153 - October 2019 ]
Description : Expressive code can make life easier. Jonathan Boccara demonstrates fluent pipelines for collections in C++.
Category: [ Design of applications and programs | Overload Journal #153 - October 2019 ]
C++ Reflection for Python Binding
Description : There are various approaches to generating Python bindings in C++. Russell Standish shows how Classdesc can be used to achieve this.
Category: [ Programming Topics | Overload Journal #152 - August 2019 ]
Description : There are various approaches to generating Python bindings in C++. Russell Standish shows how Classdesc can be used to achieve this.
Category: [ Programming Topics | Overload Journal #152 - August 2019 ]
Challenges
Description : Francis Glassborow revisits old challenges and sets a new one.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
Description : Francis Glassborow revisits old challenges and sets a new one.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
C++ Tagged Reference Types
Description : Pete Cordell proposes an extension to C++ move syntax.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Pete Cordell proposes an extension to C++ move syntax.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
China’s New AI School Textbooks
Description : Silas Brown is sceptical about an education initiative.
Category: [ Design of applications and programs | CVu Journal Vol 30, #6 - January 2019 ]
Description : Silas Brown is sceptical about an education initiative.
Category: [ Design of applications and programs | CVu Journal Vol 30, #6 - January 2019 ]
Code Critique Competition 115
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 | Student Code Critiques from CVu journal. ]
Compile-time Data Structures in C++17: Part 3, Map of Values
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Compile-time Data Structures in C++17: Part 2, Map of Types
Description : Compile time type selection allows static polymorphsim. Bronek Kozicki details an implementation of a compile time map.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Description : Compile time type selection allows static polymorphsim. Bronek Kozicki details an implementation of a compile time map.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Code Critique Competition
Description : Set and collated by Silas Brown. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Silas Brown. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 | Student Code Critiques from CVu journal. ]
Challenge 4 Report & Outlining Challenge 5
Description : Francis Glassborow presents the responses to the challenge from last time and outlines the next one.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Description : Francis Glassborow presents the responses to the challenge from last time and outlines the next one.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Cache-Line Aware Data Structures
Description : Structuring your program to consider memory can improve performance. Wesley Maness and Richard Reich demonstrate this with a producer–consumer queue.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
Description : Structuring your program to consider memory can improve performance. Wesley Maness and Richard Reich demonstrate this with a producer–consumer queue.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
Compile-time Data Structures in C++17: Part 1, Set of Types
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
Code Critique Competition 112
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 | Student Code Critiques from CVu journal. ]
Code Critique Competition 111
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 | Student Code Critiques from CVu journal. ]
Code Critique Competition 110 Part II
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 | Student Code Critiques from CVu journal. ]
CTAD – What Is This New Acronym All About?
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature.
Category: [ Programming Topics | Overload Journal #143 - February 2018 ]
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature.
Category: [ Programming Topics | Overload Journal #143 - February 2018 ]
C++ with Meta-classes?
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
CAS (Re)Actor for Non-Blocking Multithreaded Primitives
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]