Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Student Code Critiques from CVu journal. or CVu Journal Vol 30, #6 - January 2019
Browse in : |
All
> Topics
> Programming All > Journal Columns > Code Critique All > Journals > CVu > 306 All of these categories |
- Options:
- View Article Map
- View Archives
DIY Technical Authoring
Description : Alison Peck shares some of the tricks of her trade.
Category: [ Process Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Alison Peck shares some of the tricks of her trade.
Category: [ Process 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 ]
ACCU Standards Report
Description : Emyr Williams reports the latest from the C++ Standards meetings.
Category: [ CVu Journal Vol 30, #6 - January 2019 ]
Description : Emyr Williams reports the latest from the C++ Standards meetings.
Category: [ 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. ]
Report on Challenge 5
Description : Francis Glassborow comments on his previous challenge, and provides a new puzzle.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Francis Glassborow comments on his previous challenge, and provides a new puzzle.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
View from the Chair
Description : Bob Schmidt, chair@accu.org
Category: [ CVu Journal Vol 30, #6 - January 2019 ]
Description : Bob Schmidt, chair@accu.org
Category: [ CVu Journal Vol 30, #6 - January 2019 ]
Algol 68 – A Retrospective
Description : Algol 68 has influenced programming languages in many ways. Daniel James reminds us just how many.
Category: [ Programming Topics | Overload Journal #148 - December 2018 ]
Description : Algol 68 has influenced programming languages in many ways. Daniel James reminds us just how many.
Category: [ Programming Topics | Overload Journal #148 - December 2018 ]
Improve Code by Removing It
Description : Pete Goodliffe takes a scalpel to unnecessary code.
Category: [ Programming Topics | CVu Journal Vol 30, #5 - November 2018 ]
Description : Pete Goodliffe takes a scalpel to unnecessary code.
Category: [ Programming Topics | CVu Journal Vol 30, #5 - November 2018 ]
Code Critique Competition 114
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ CVu Journal Vol 30, #5 - November 2018 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ CVu Journal Vol 30, #5 - November 2018 | Student Code Critiques from CVu journal. ]
How to Write a Programming Language: Part 3, The Evaluator
Description : We’ve parsed our tokens: now we need turn them into values. Andy Balaam continues writing a programming language with the evaluator.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Description : We’ve parsed our tokens: now we need turn them into values. Andy Balaam continues writing a programming language with the evaluator.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
P1063 vs Coroutines TS: Consensus on High-Level Semantics
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk argue that we need coroutines TS now to improve-based-on-experience later.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk argue that we need coroutines TS now to improve-based-on-experience later.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Implementing the Spaceship Operator for Optional
Description : Comparison operators can get complicated. Barry Revzin explores how the new operator <=> helps.
Category: [ Programming Topics | Overload Journal #147 - October 2018 ]
Description : Comparison operators can get complicated. Barry Revzin explores how the new operator <=> helps.
Category: [ Programming Topics | Overload Journal #147 - October 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 ]
The Ghost of a Codebase Past
Description : Pete Goodliffe learns lessons by reviewing his own old code.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Description : Pete Goodliffe learns lessons by reviewing his own old code.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
On Francis’s Challenge #4
Description : Andreas Gieriet presents his solution (ab-)using expression- and jump-statements.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Description : Andreas Gieriet presents his solution (ab-)using expression- and jump-statements.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
ACCU Standards Report
Description : Emyr Williams reports the latest from the C++ Standards meetings.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Description : Emyr Williams reports the latest from the C++ Standards meetings.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 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 ]
miso: Micro Signal/Slot Implementation
Description : The Observer pattern has many existing implementations. Deák Ferenc presents a new implementation using modern C++ techniques.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
Description : The Observer pattern has many existing implementations. Deák Ferenc presents a new implementation using modern C++ techniques.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]