Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #1 - Apr 1993
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 01 All of these categories |
- Options:
- View Article Map
- View Archives
OOP Is not Essential
Description : People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.
Category: [ Design of applications and programs | Overload Journal #153 - October 2019 ]
Description : People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.
Category: [ Design of applications and programs | Overload Journal #153 - October 2019 ]
I Come Here Not to Bury Delphi, But to Praise It
Description : What helps a programming language gain traction? Patrick Martin remembers why he used to use Delphi.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
Description : What helps a programming language gain traction? Patrick Martin remembers why he used to use Delphi.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
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 ]
Making a Linux Desktop
Description : Alan Griffiths illustrates how to get started with Mir.
Category: [ Design of applications and programs | CVu Journal Vol 31, #4 - September 2019 ]
Description : Alan Griffiths illustrates how to get started with Mir.
Category: [ Design of applications and programs | CVu Journal Vol 31, #4 - September 2019 ]
Attitude, Accomplishment, Artistry
Description : Pete Goodliffe looks at our attitude to the code we write.
Category: [ Programming Topics | CVu Journal Vol 31, #4 - September 2019 ]
Description : Pete Goodliffe looks at our attitude to the code we write.
Category: [ Programming Topics | CVu Journal Vol 31, #4 - September 2019 ]
A Low-Latency Logging Framework
Description : Logging can be a bottleneck in systems. Wesley Maness and Richard Reich demonstrate a low-latency logging framework that avoids common problems.
Category: [ Design of applications and programs | Overload Journal #152 - August 2019 ]
Description : Logging can be a bottleneck in systems. Wesley Maness and Richard Reich demonstrate a low-latency logging framework that avoids common problems.
Category: [ Design of applications and programs | Overload Journal #152 - August 2019 ]
Empty Scoped Enums as Strong Aliases for Integral Types
Description : Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.
Category: [ Programming Topics | Overload Journal #152 - August 2019 ]
Description : Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.
Category: [ Programming Topics | Overload Journal #152 - August 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 ]
A Case for Code Reuse
Description : Pete Goodliffe considers the case for code reuse.
Category: [ Programming Topics | CVu Journal Vol 31, #3 - July 2019 ]
Description : Pete Goodliffe considers the case for code reuse.
Category: [ Programming Topics | CVu Journal Vol 31, #3 - July 2019 ]
Who Are You Calling Weak?
Description : Spencer Collyer muses on the surprising strength of weak_ptrs.
Category: [ Programming Topics | CVu Journal Vol 31, #3 - July 2019 ]
Description : Spencer Collyer muses on the surprising strength of weak_ptrs.
Category: [ Programming Topics | CVu Journal Vol 31, #3 - July 2019 ]
Do Repeat Yourself
Description : Software developers are well aware of the ‘DRY Principle’. Lucian Radu Teodorescu investigates when this common wisdom does not always hold.
Category: [ Programming Topics | Overload Journal #151 - June 2019 ]
Description : Software developers are well aware of the ‘DRY Principle’. Lucian Radu Teodorescu investigates when this common wisdom does not always hold.
Category: [ Programming Topics | Overload Journal #151 - June 2019 ]
On IT and... CO2 Footprints
Description : Recent headlines declare a climate emergency. Sergey Ignatchenko considers how we can make an impact on IT’s carbon footprint.
Category: [ Design of applications and programs | Overload Journal #151 - June 2019 ]
Description : Recent headlines declare a climate emergency. Sergey Ignatchenko considers how we can make an impact on IT’s carbon footprint.
Category: [ Design of applications and programs | Overload Journal #151 - June 2019 ]
Use UTF-16 Interfaces to Ship Windows Code
Description : Character encoding can cause problems. Péter Ésik explains why UTF-16 interfaces help on Windows.
Category: [ Programming Topics | Overload Journal #151 - June 2019 ]
Description : Character encoding can cause problems. Péter Ésik explains why UTF-16 interfaces help on Windows.
Category: [ Programming Topics | Overload Journal #151 - June 2019 ]
Building C#/.NET, Go, and Ruby Programs with libCLImate – Part 1: Ruby
Description : Matthew Wilson demonstrates command-line processing.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
Description : Matthew Wilson demonstrates command-line processing.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
Assembly Club
Description : Ian Bruntlett compares dialects of assembly code.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
Description : Ian Bruntlett compares dialects of assembly code.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 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 ]
NullableAttribute and C# 8
Description : C# 8 will bring many new features. Jon Skeet investigates the metadata representation of Nullable Reference Types.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Description : C# 8 will bring many new features. Jon Skeet investigates the metadata representation of Nullable Reference Types.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
lvalues, rvalues, glvalues, prvalues, xvalues, help!
Description : C++11 introduced new value categories. Anders Schau Knatten explains his way of thinking about them.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Description : C++11 introduced new value categories. Anders Schau Knatten explains his way of thinking about them.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Modern SAT solvers: fast, neat and underused (part 1 of N)
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.
Category: [ Design of applications and programs | Overload Journal #150 - April 2019 ]
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.
Category: [ Design of applications and programs | Overload Journal #150 - April 2019 ]
The Duality…
Description : Genetic algorithms can find solutions that other algorithms might miss. Anders Modén discusses their use in conjunction with back-propagation for finding better solutions.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Description : Genetic algorithms can find solutions that other algorithms might miss. Anders Modén discusses their use in conjunction with back-propagation for finding better solutions.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]