Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Letters to the Editor or Overload Journal #37 - May 2000
Browse in : |
All
> Topics
> Programming All > Journal Columns > LettersEditor All > Journals > Overload > 37 All of these categories |
- Options:
- View Article Map
- View Archives
Dogen: The Package Management Saga
Description : How do you manage packages in C++? Marco Craveiro eventually discovered Conan after some frustrating experiences.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : How do you manage packages in C++? Marco Craveiro eventually discovered Conan after some frustrating experiences.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
QM Bites – Order Your Includes (Twice Over)
Description : Header includes can be a shambles. Matthew Wilson encourages us to bring some order to the chaos.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : Header includes can be a shambles. Matthew Wilson encourages us to bring some order to the chaos.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
A Lifetime In Python
Description : Resource management is important in any language. Steve Love demonstrates how to use context managers in Python.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : Resource management is important in any language. Steve Love demonstrates how to use context managers in Python.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Deterministic Components for Distributed Systems
Description : Non-deterministic data leads to unstable tests. Sergey Ignatchenko considers when this happens and how to avoid it.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : Non-deterministic data leads to unstable tests. Sergey Ignatchenko considers when this happens and how to avoid it.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Programming Your Own Language in C++
Description : Scripting languages allow dynamic features easily. Vassili Kaplan writes his own in C++ allowing keywords in any human language.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : Scripting languages allow dynamic features easily. Vassili Kaplan writes his own in C++ allowing keywords in any human language.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Concepts Lite in Practice
Description : Concepts should make templates easier to use and write. Roger Orr gives a practical example to show this.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Description : Concepts should make templates easier to use and write. Roger Orr gives a practical example to show this.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Encryption
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Come Code With Me
Description : Alan Griffiths outlines an Open Source project and invites contributions.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Alan Griffiths outlines an Open Source project and invites contributions.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
On Fifteen Love
Description : A student demystifies the Baron’s game of cards.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : A student demystifies the Baron’s game of cards.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Standards Report
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Code Critique Competition 99
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
The Tao of Scratch
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Knowledge-Sharing Architects As An Alternative to Coding Architects
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
QM Bites: Understand Windows OS Identification Preprocessor Macros
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
How to Diffuse Your Way Out of a Paper Bag
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Stufftar
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
QM Bites: looping for-ever
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Using Enum Classes as Bitfields
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
9.7 Things Every Programmer Really, Really Should Know
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Sliding Window Filters : A Set-based Implementation
Description : Omar Bashir presents an implementation using pre-sorted data to reduce CPU load.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Omar Bashir presents an implementation using pre-sorted data to reduce CPU load.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]