Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #92 - August 2009
Browse in : |
All
> Topics
> Programming All > Journals > Overload > 92 All of these categories |
- Options:
- View Article Map
- View Archives
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 ]
The Model Student: A Primal Skyline (Part 1)
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
The Generation, Management and Handling of Errors (Part 1)
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
No 'Concepts' in C++0x
Description : There have been some major decisions made about the next C++ Standard. Bjarne Stroustrup explains what's changed and why.
Category: [ Overload Journal #92 - August 2009 ]
Description : There have been some major decisions made about the next C++ Standard. Bjarne Stroustrup explains what's changed and why.
Category: [ Overload Journal #92 - August 2009 ]
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.
Floating Point Fun and Frolics
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 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 ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Boiler Plating Database Resource Cleanup (Part 2)
Description : Timely disposal of resources is important. Paul Grenyer applies this to database access in Java.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Timely disposal of resources is important. Paul Grenyer applies this to database access in Java.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Testing State Machines
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
The Model Student: A Rube-ish Square (Part 2)
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
An Introduction to FastFormat (Part 2): Custom Argument and Sink Types
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Through The Looking Glass
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Orderly Termination of Programs
Description : Ensuring a clean shutdown is important. Omar Bashir presents some techniques.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
Description : Ensuring a clean shutdown is important. Omar Bashir presents some techniques.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
An Introduction to Fast Format (Part 1): The State of the Art
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Model View Controller with Java Swing
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
The Legion's Revolting!
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Iterators and Memberspaces
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Generics without Templates - Revisited
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Seeing Things Differently
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]