Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #118 - December 2013
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > o118 All of these categories |
- Options:
- View Article Map
- View Archives
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. ]
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 ]
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 ]
Capturing lvalue References in C++11 Lambdas
Description : How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Category: [ Programming Topics | Overload Journal #119 - February 2014 ]
Description : How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Category: [ Programming Topics | Overload Journal #119 - February 2014 ]
Code as a Crime Scene
Description : Forensic techniques can predict possible future crimes. Adam Tornhill shows how they can be applied to code.
Category: [ Programming Topics | Overload Journal #117 - October 2013 ]
Description : Forensic techniques can predict possible future crimes. Adam Tornhill shows how they can be applied to code.
Category: [ Programming Topics | Overload Journal #117 - October 2013 ]
C++ Range and Elevation
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Causality – Relating Distributed Diagnostic Contexts
Description : Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Complex Logic in the Member Initialiser List
Description : The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Curiously Recursive Template Problems with Aspect Oriented Programming
Description : Hugo Arregui, Carlos Castro and Daniel Gutson work out how to combine two useful techniques.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Description : Hugo Arregui, Carlos Castro and Daniel Gutson work out how to combine two useful techniques.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Compiling a Static Web Site Using the C Preprocessor
Description : Sometimes the obvious way is still too complex. Sergey Ignatchenko relates how ‘No Bugs’ Bunny found an unexpectedly simple approach to creating a web site.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Description : Sometimes the obvious way is still too complex. Sergey Ignatchenko relates how ‘No Bugs’ Bunny found an unexpectedly simple approach to creating a web site.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Concurrent Programming with Go
Description : Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Description : Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Commenting programs, how and why
Description : A letter has flooded in from Colin Masterson, the author of our series on structured programming:
Category: [ Programming Topics | CVu Journal Vol 1, #2 - Dec 1987 | Letters to the Editor ]
Description : A letter has flooded in from Colin Masterson, the author of our series on structured programming:
Category: [ Programming Topics | CVu Journal Vol 1, #2 - Dec 1987 | Letters to the Editor ]
Creating a Framework for the iPhone
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #94 - December 2009 ]
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #94 - December 2009 ]
Code Rot
Description : Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Description : Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Complexity, Requirement and Modules
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
[
C and C++
| Programming
]
C++0x An Overview
Description : Bjarne Stroustrup talks and answers questions about the next version of C++.
Added on : 23 January 2008 16:35:18 +00:00
Description : Bjarne Stroustrup talks and answers questions about the next version of C++.
Added on : 23 January 2008 16:35:18 +00:00
[
References
| Paradigms
| Programming
]
Code Generation Network
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
Continuous Integration with CruiseControl.Net
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics | Overload Journal #79 - Jun 2007 ]
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics | Overload Journal #79 - Jun 2007 ]
C++ Unit Test Frameworks
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
C++ Trivial Logger
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]