Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #143 - February 2018
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o143 All of these categories |
- Options:
- View Article Map
- View Archives
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.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]
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.
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 ]
Don’t Assume Any Non-Zero exit() Will Fail!
Description : Silas S. Brown shares his finding on process exit codes.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Description : Silas S. Brown shares his finding on process exit codes.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Everyday Coding Habits for Safety and Simplicity
Description : Arun Saha has some simple advice for forming good habits in C++.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Description : Arun Saha has some simple advice for forming good habits in C++.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 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. ]
Program Challenge Report 3 and Challenge 4
Description : Francis Glassborow comments on his last challenge and presents a new one.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Description : Francis Glassborow comments on his last challenge and presents a new one.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
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.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
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.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
Libraries, Console Apps and GUIs
Description : Chris Oldwood compares the use of different application interfaces.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
Description : Chris Oldwood compares the use of different application interfaces.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
The New C++ Interview
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
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. ]
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.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
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.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
The Expressive C++ Coding Challenge in D
Description : Sebastian Wilzbach presents a D language solution to a C++ problem.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 ]
Description : Sebastian Wilzbach presents a D language solution to a C++ problem.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 ]
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. ]
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Hapaxes, Singletons and Anomalies
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities.
Category: [ Overload Journal #143 - February 2018 | Journal Editorial ]
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities.
Category: [ Overload Journal #143 - February 2018 | Journal Editorial ]
A Wider Vision of Software Development
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
An MWSR Queue with Minimalist Locking
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Testing: Choose the Right Level
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]