Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #123 - October 2014
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o123 All of these categories |
- Options:
- View Article Map
- View Archives
The Developer’s Sandbox
Description : Chris Oldwood wants to be in control.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Chris Oldwood wants to be in control.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Simple Android programming with WebKit
Description : Silas S. Brown shares his trials with developing for mobile devices.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Silas S. Brown shares his trials with developing for mobile devices.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Raspberry Pi Linux User Mode GPIO in Python
Description : Ralph McArdell finds stream based input/output to be more convenient.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Ralph McArdell finds stream based input/output to be more convenient.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Code Critique Competition 92
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 | 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 27, #1 - March 2015 | Student Code Critiques from CVu journal. ]
Standards Report
Description : Mark Radford reports on the latest C++ Standardisation proceedings.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Mark Radford reports on the latest C++ Standardisation proceedings.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Best Practices vs Witch Hunts
Description : Best practices can be a Good Thing. Sergey Ignatchenko considers when they can turn into Really Bad Things.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Best practices can be a Good Thing. Sergey Ignatchenko considers when they can turn into Really Bad Things.
Category: [ Programming Topics | Overload Journal #125 - February 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 ]
I Like Whitespace
Description : Programming style can cause endless arguments. Bob Schmidt shares why he thinks whitespace matters.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Programming style can cause endless arguments. Bob Schmidt shares why he thinks whitespace matters.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Faking C Function with fff.h
Description : Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Description : Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.
Category: [ Programming Topics | Overload Journal #125 - February 2015 ]
Letter to the Editor
Category: [ Programming Topics | Overload Journal #125 - February 2015 | Letters to the Editor ]
Category: [ Programming Topics | Overload Journal #125 - February 2015 | Letters to the Editor ]
Simplicity Through Immutability
Description : Chris Oldwood considers the benefits of unchangeable data.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Chris Oldwood considers the benefits of unchangeable data.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Advice for the Young at Heart
Description : Pete Goodliffe offers sage advice, and asks you to do the same.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Pete Goodliffe offers sage advice, and asks you to do the same.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Delayed Copy Pattern
Description : Vassili Kaplan presents some techniques for making efficient use of the STL containers in C++.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Vassili Kaplan presents some techniques for making efficient use of the STL containers in C++.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Const and Concurrency (part 2)
Description : Ralph McArdell continues musing on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Description : Ralph McArdell continues musing on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #6 - January 2015 ]
Non-Superfluous People: Testers
Description : Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Designing Observers in C++11
Description : The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Order Notation in Practice
Description : What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Testing Drives the Need for Flexible Configuration
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Const and Concurrency (Part 1)
Description : Ralph McArdell comments on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Ralph McArdell comments on comments to Herb Sutter’s updated GotW #6b solution.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]