Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #150 - April 2019
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o150 All of these categories |
- Options:
- View Article Map
- View Archives
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Description : Pete Cordell introduces a library dependency tool for C++ projects.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.
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 ]
Description : Pete Goodliffe looks at our attitude to the code we write.
Category: [ Programming Topics | CVu Journal Vol 31, #4 - September 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 ]
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 : Pete Goodliffe considers the case for code reuse.
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 ]
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 : 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 : Matthew Wilson demonstrates command-line processing.
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 ]
Description : Francis Glassborow revisits old challenges and sets a new one.
Category: [ Programming Topics | CVu Journal Vol 31, #2 - May 2019 ]
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.
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.
Description : Careless use of language can upset people. Frances Buontempo asks what we can do to make the developer experience better.
Category: [ Overload Journal #150 - April 2019 | Journal Editorial ]
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 ]