Advertisement
Membership
Login
ACCU Buttons
Programming Topics
Browse in : | > Topics > Programming |
The Case Against TODO
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase? by Thomas Guest
Category: [ Overload Journal #73 - Jun 2006 ]
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase? by Thomas Guest
Category: [ Overload Journal #73 - Jun 2006 ]
Objects for States
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++. by Adam Petersen
Category: [ Overload Journal #73 - Jun 2006 ]
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++. by Adam Petersen
Category: [ Overload Journal #73 - Jun 2006 ]
C++ Best Practice – Designing Header Files
by Alan Griffiths
Category: [ Overload Journal #72 - Apr 2006 ]
by Alan Griffiths
Category: [ Overload Journal #72 - Apr 2006 ]
Let's Do C# and MySQL - Part 2 - A Beginning
by Paul F. Johnson
Category: [ CVu Journal Vol 17, #6 - Dec 2005 ]
by Paul F. Johnson
Category: [ CVu Journal Vol 17, #6 - Dec 2005 ]
Better Encapsulation for the Curiously Recurring Template Pattern
by Alexander Nasonov
Category: [ Overload Journal #70 - Dec 2005 ]
by Alexander Nasonov
Category: [ Overload Journal #70 - Dec 2005 ]
db4objects - Innovating Object Databases with Open
Source
Description :
Category: [ CVu Journal Vol 17, #5 - Oct 2005 ]
Description :
Recently, I had the chance to interview Christof Wittig, CEO of db4objects (www.db4o.com).
by Roberto Zicari , Paul JohnsonCategory: [ CVu Journal Vol 17, #5 - Oct 2005 ]
Pointer Reversal: An Algorithm Design Technique
Description :
Category: [ CVu Journal Vol 17, #5 - Oct 2005 ]
Description :
To summarize, as memory goes too low, garbage collection could kick in, but it in turn needs memory to maintain a traversal stack … Quite a catch-22.
by Atul KhotCategory: [ CVu Journal Vol 17, #5 - Oct 2005 ]
Let's Do C# and MySQL - Part 1 - MySQL
Description :
Category: [ 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!
by Paul F. JohnsonCategory: [ CVu Journal Vol 17, #5 - Oct 2005 ]
J2SE 5.0 New Features
Description :
Category: [ 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.
by Dave SalterCategory: [ CVu Journal Vol 17, #5 - Oct 2005 ]