Advertisement
Membership
Login
ACCU Buttons
Programming Topics or CVu Journal Vol 12, #1 - Jan 2000
Browse in : |
All
> Topics
> Programming All > Journals > CVu > 121 All of these categories |
- Options:
- View Article Map
- View Archives
Making a Linux Desktop – Launching Applications
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
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 ]
Myths about ‘Big Data’
Description : Reginald Garnepudi dispels some of the hype around one popular technology.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : Reginald Garnepudi dispels some of the hype around one popular technology.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Mean Properties
Description : Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Multiprocessing and Clusters in Python
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Modern C++ Features: User-Defined Literals
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Multi-threading at Business-logic Level is Considered Harmful
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Meet the Social Side of Your Codebase
Description : Programming requires collaboration. Adam Tornhill suggests some ways to uncover communication paths in your organisation.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Description : Programming requires collaboration. Adam Tornhill suggests some ways to uncover communication paths in your organisation.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Mocks are Bad, Layers are Bad
Description : Many people use mocks in their unit tests. Andy Balaam asks if there’s a better way.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Description : Many people use mocks in their unit tests. Andy Balaam asks if there’s a better way.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Make and Forward Consultables and Delegates
Description : Sometimes forwarding to a contained object requires lots of boilerplate code. Nicolas Bouillot introduces consultables and delegates to automate this.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Description : Sometimes forwarding to a contained object requires lots of boilerplate code. Nicolas Bouillot introduces consultables and delegates to automate this.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Making a Tool of Deception
Description : Is it possible to use modern C++ to make mocking easy? Björn Fahller introduces Trompeloeil, a header-only mocking framework for C++14.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Is it possible to use modern C++ to make mocking easy? Björn Fahller introduces Trompeloeil, a header-only mocking framework for C++14.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Modern C++ Testing
Description : Various C++ testing framework exist. Phil Nash compares CATCH with the competition.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Various C++ testing framework exist. Phil Nash compares CATCH with the competition.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Musings on Python – by a C++ Developer
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Minimal Overhead for Multiple Interfaces
Description : Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
Description : Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
Migrating from Visual SourceSafe to Git
Description : Migrating from one version control system to another is a big change. Chris Oldwood records the trials and triumphs of migrating from VSS to git.
Category: [ Programming Topics | Overload Journal #118 - December 2013 ]
Description : Migrating from one version control system to another is a big change. Chris Oldwood records the trials and triumphs of migrating from VSS to git.
Category: [ Programming Topics | Overload Journal #118 - December 2013 ]
Microsoft Visual C++ V1.5 (16bit)
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
Microsoft Visual C++ Strategy
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
Mutation Testing
Description : We all know that testing improves our code, guarding against errors. Filip van Laenen asks how we know that the tests are comprehensive?
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Description : We all know that testing improves our code, guarding against errors. Filip van Laenen asks how we know that the tests are comprehensive?
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Memory Leaks and Memory Leaks
Description : Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
Description : Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
Many Slices of π
Description : Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of π.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
Description : Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of π.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]