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
C++ Interface Classes - Strengthening Encapsulation
Description : Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #76 - Dec 2006 ]
Description : Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #76 - Dec 2006 ]
C++ Unit Testing Easier: CUTE
Description : Peter Sommerlad presents a lightweight framework for C++ unit testing.
Category: [ Programming Topics | Overload Journal #75 - Oct 2006 ]
Description : Peter Sommerlad presents a lightweight framework for C++ unit testing.
Category: [ Programming Topics | Overload Journal #75 - Oct 2006 ]
Comments Considered Good
Description : In our last issue, we offered the case against comments; in this issue, William Fishbourne responds in defence. He argues that it is not the practice of commenting that it is evil, it is the thoughtless commenter.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : In our last issue, we offered the case against comments; in this issue, William Fishbourne responds in defence. He argues that it is not the practice of commenting that it is evil, it is the thoughtless commenter.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
C# Generics - Beyond Containers of T
Description : Steve Love takes a look at generics in C# v2.0, how to use them to simplify code and even remove dependencies.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Description : Steve Love takes a look at generics in C# v2.0, how to use them to simplify code and even remove dependencies.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Comments Considered Evil
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way.
Category: [ Programming Topics | Overload Journal #73 - Jun 2006 ]
C++ Best Practice – Designing Header Files
Category: [ Programming Topics | Overload Journal #72 - Apr 2006 ]
Category: [ Programming Topics | Overload Journal #72 - Apr 2006 ]
[
C and C++
| Programming
]
C++ Archive
Description : Links to C++ information
Added on : 11 February 2006 22:33:01 +00:00
Description : Links to C++ information
Added on : 11 February 2006 22:33:01 +00:00
[
C and C++
| Development Techniques
| Programming
]
Compilers and Compiler Generators
Description : This site provides an on-line edition of the text and other material from my book "Compilers and Compiler Generators - an introduction with C++", published in 1997 by International Thomson Computer Press.
Added on : 10 February 2006 23:58:19 +00:00
Description : This site provides an on-line edition of the text and other material from my book "Compilers and Compiler Generators - an introduction with C++", published in 1997 by International Thomson Computer Press.
Added on : 10 February 2006 23:58:19 +00:00
[
References
| Linux
| Programming
]
Cross-Referencing Linux
Description : The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. (Or the other way around.)
Added on : 10 February 2006 23:34:25 +00:00
Description : The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. (Or the other way around.)
Added on : 10 February 2006 23:34:25 +00:00
[
Java
| Frameworks
| Programming
]
Cactus
Description : Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
Added on : 10 February 2006 22:54:23 +00:00
Description : Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
Added on : 10 February 2006 22:54:23 +00:00
Cryptographic Mistakes Made in Programming
Category: [ Design of applications and programs | CVu Journal Vol 17, #6 - Dec 2005 ]
Category: [ Design of applications and programs | CVu Journal Vol 17, #6 - Dec 2005 ]
C-side Re-sort
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 : 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 ]
C++ Interface Classes - Noise Reduction
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 : 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 ]
Can C++ Learn from Generics in Ada?
Category: [ Design of applications and programs | Overload Journal #67 - Jun 2005 ]
Category: [ Design of applications and programs | Overload Journal #67 - Jun 2005 ]
C++ Properties - a Library Solution
Category: [ Programming Topics | Overload Journal #65 - Feb 2005 ]
Category: [ Programming Topics | Overload Journal #65 - Feb 2005 ]
Creating Standard GUI Applications
Description :
Category: [ Programming Topics | CVu Journal Vol 16, #4 - Aug 2004 ]
Description :
In this second installment of our series on GUI programming with the Qt C++ toolkit, we're going to see how to create a standard GUI application, with a menu, toolbar, status bar, and a central area.
Category: [ Programming Topics | CVu Journal Vol 16, #4 - Aug 2004 ]
C++ Templates - A Simple Example
Description : p>This article describes the C++ code for performing basic operations on matrices using templates.
Category: [ Programming Topics | CVu Journal Vol 16, #4 - Aug 2004 ]
Description : p>This article describes the C++ code for performing basic operations on matrices using templates.
Category: [ Programming Topics | CVu Journal Vol 16, #4 - Aug 2004 ]
C++ Interface Classes - An Introduction
Category: [ Programming Topics | Overload Journal #62 - Aug 2004 ]
Category: [ Programming Topics | Overload Journal #62 - Aug 2004 ]