Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #47 - Feb 2002
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 47 All of these categories |
- Options:
- View Article Map
- View Archives
Description :
This final part of the series will step outside the domain of standard C and investigate a pattern for event-driven applications. The REACTOR pattern decouples different responsibilities and allows applications to demultiplex and dispatch events from potentially many clients.
Category: [ Design of applications and programs | CVu Journal Vol 17, #5 - Oct 2005 ]
Description :
Before I start, this is going to be fun. Understand? Fun. Not dull, but fun. I intend writing this in a banana suit with my feet in a bucket of warm rice pudding[1]. That's how much fun it's going to be!
Category: [ Programming Topics | CVu Journal Vol 17, #5 - Oct 2005 ]
Description :
J2SE 5.0 has been available for download since the end of 2004. This new release included many changes and enhancements to the Java platform such as speed and stability. Additionally, some changes were made to the Java language itself.
Category: [ Programming Topics | CVu Journal Vol 17, #5 - Oct 2005 ]
Category: [ Design of applications and programs | Overload Journal #69 - Oct 2005 ]
Category: [ Programming Topics | Overload Journal #69 - Oct 2005 ]
Category: [ Programming Topics | Overload Journal #69 - Oct 2005 ]
Description :
The Delegate type is a powerful feature of C#. This article introduces delegates, and shows how they can be used to solve a common problem: ensuring that a series of database updates occur as a single operation by use of a transaction.
Category: [ Programming Topics | CVu Journal Vol 17, #4 - Aug 2005 ]
Description :
This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.
Category: [ Design of applications and programs | CVu Journal Vol 17, #4 - Aug 2005 ]
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
Cross-Compiling Python Scripts into Windows Applications
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
This part of the series will investigate a design pattern that adds flexibility to common software entities by letting clients customize and extend them without modifying existing code.
Category: [ Design of applications and programs | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
In this article, we will review Qt 4's new set of template container classes.
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]