Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Topics |
• Blogs
ACCU Topics
(2)
+
- ACCU magic
ACCU Standards Report
Description : Emyr Williams reports the latest from the C++ Standards meetings. by Emyr Williams
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics ]
Description : Emyr Williams reports the latest from the C++ Standards meetings. by Emyr Williams
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics ]
Code Critique Competition
Description : Set and collated by Silas Brown. A book prize is awarded for the best entry. by Silas S. Brown
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics | Student Code Critiques from CVu journal. ]
Description : Set and collated by Silas Brown. A book prize is awarded for the best entry. by Silas S. Brown
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics | 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. by Francis Glassborow
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics ]
Description : Francis Glassborow presents the responses to the challenge from last time and outlines the next one. by Francis Glassborow
Category: [ CVu Journal Vol 30, #4 - September 2018 | Programming Topics ]
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. by Wesley Maness and Richard Reich
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Description : Structuring your program to consider memory can improve performance. Wesley Maness and Richard Reich demonstrate this with a producer–consumer queue. by Wesley Maness and Richard Reich
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
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 ]
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 ]
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 ]
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 ]
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 ]
Afterwood
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing. by Chris Oldwood
Category: [ Overload Journal #146 - August 2018 | Design of applications and programs ]
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing. by Chris Oldwood
Category: [ Overload Journal #146 - August 2018 | Design of applications and programs ]
Write Less Code!
Description : Pete Goodliffe helps us avoid unnecessary lines of code. by Pete Goodliffe
Category: [ CVu Journal Vol 30, #3 - July 2018 | Design of applications and programs ]
Description : Pete Goodliffe helps us avoid unnecessary lines of code. by Pete Goodliffe
Category: [ CVu Journal Vol 30, #3 - July 2018 | Design of applications and programs ]
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 ]
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 ]
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 ]
The Half-Domain/Half-Primitive Proxy
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing. by Chris Oldwood
Category: [ CVu Journal Vol 30, #3 - July 2018 | Design of applications and programs ]
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing. by Chris Oldwood
Category: [ CVu Journal Vol 30, #3 - July 2018 | Design of applications and programs ]
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. ]
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 ]
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 ]
How to Write a Programming Language: Part 1, The Lexer
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer. by Andy Balaam
Category: [ Overload Journal #145 - June 2018 | Design of applications and programs ]
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer. by Andy Balaam
Category: [ Overload Journal #145 - June 2018 | Design of applications and programs ]
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 ]
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 ]
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 ]
Afterwood
Description : The curse of Agile. Chris Oldwood outlines how it affects his day at work. by Chris Oldwood
Category: [ Overload Journal #145 - June 2018 | Process Topics ]
Description : The curse of Agile. Chris Oldwood outlines how it affects his day at work. by Chris Oldwood
Category: [ Overload Journal #145 - June 2018 | Process 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 ]
Description : Chris Oldwood compares the use of different application interfaces. by Chris Oldwood
Category: [ CVu Journal Vol 30, #2 - May 2018 | Programming Topics ]