ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Browse in : > Journals > Overload > 77
• Programming +

• LettersEditor +

• 77 +
  • Overload 26 PDF
  • Overload 25 PDF
  • Overload 24 PDF
  • Overload 23 PDF
  • Overload 22 PDF
  • Overload 21 PDF
  • Overload 20 PDF
  • Overload 19 PDF
  • Overload 16 PDF
  • Overload 15 PDF
  • Overload 14 PDF
  • Overload 13 PDF
  • Overload 12 PDF
  • Overload 11 PDF
  • Overload 10 PDF
  • Overload 9 PDF
  • Overload 8 PDF
  • Overload 7 PDF

miso: Micro Signal/Slot Implementation
Description : The Observer pattern has many existing implementations. Deák Ferenc presents a new implementation using modern C++ techniques. by Deák Ferenc
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
(Re)Actor Allocation at 15 CPU Cycles
Description : (Re)Actor serialisation requires an allocator. Sergey Ignatchenko, Dmytro Ivanchykhin and Marcos Bracco pare malloc/free down to 15 CPU cycles. by Sergey Ignatchenko, Dmytro Ivanchykhin and Marcos Bracco
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
How to Write a Programming Language: Part 2, The Parser
Description : We’ve got our tokens: now we need to knit them together into trees. Andy Balaam continues writing a programming language with the parser. by Andy Balaam
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
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. by Bronek Kozicki
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Don’t Assume Any Non-Zero exit() Will Fail!
Description : Silas S. Brown shares his finding on process exit codes. by Silas S. Brown
Category: [ CVu Journal Vol 30, #3 - July 2018 | Programming Topics ]
Everyday Coding Habits for Safety and Simplicity
Description : Arun Saha has some simple advice for forming good habits in C++. by Arun Saha
Category: [ CVu Journal Vol 30, #3 - July 2018 | Programming Topics ]
Code Critique Competition 112
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry. by Roger Orr
Category: [ CVu Journal Vol 30, #3 - July 2018 | Programming Topics | Student Code Critiques from CVu journal. ]
Program Challenge Report 3 and Challenge 4
Description : Francis Glassborow comments on his last challenge and presents a new one. by Francis Glassborow
Category: [ CVu Journal Vol 30, #3 - July 2018 | Programming Topics ]
Type-agnostic Tracing Using {fmt}
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf. by Mike Crowe
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
A Short Overview of Object Oriented Software Design
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game. by Stanislav Kozlovski
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
Libraries, Console Apps and GUIs
Description : Chris Oldwood compares the use of different application interfaces. by Chris Oldwood
Category: [ CVu Journal Vol 30, #2 - May 2018 | Programming Topics ]
The New C++ Interview
Description : Pete Goodliffe introduces a new way to test programming skills. by Pete Goodliffe
Category: [ CVu Journal Vol 30, #2 - May 2018 | Programming Topics ]
Code Critique Competition 111
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry. by Roger Orr
Category: [ CVu Journal Vol 30, #2 - May 2018 | Programming Topics | Student Code Critiques from CVu journal. ]
No News is Good News
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do. by Paul Floyd
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
5 Reasons NOT to Use std::ostream for Human-Readable Output
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead. by Sergey Ignatchenko
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
The Expressive C++ Coding Challenge in D
Description : Sebastian Wilzbach presents a D language solution to a C++ problem. by Sebastian Wilzbach
Category: [ CVu Journal Vol 30, #1 - March 2018 | Programming Topics ]
Code Critique Competition 110 Part II
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry. by Roger Orr
Category: [ CVu Journal Vol 30, #1 - March 2018 | Programming Topics | 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. by Roger Orr
Category: [ Overload Journal #143 - February 2018 | Programming Topics ]
Functional Error-Handling with Optional and Expected
Description : Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them. by Simon Brand
Category: [ Overload Journal #143 - February 2018 | Programming Topics ]
Testing Times (Part 1)
Description : Pete Goodliffe explores how to test code to ensure it works as expected. by Pete Goodliffe
Category: [ CVu Journal Vol 29, #6 - January 2018 | Programming Topics ]
  |<   <<   1   2   3   4   5   6   7   8   9   10   >>   >|