FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++ FORUM | NEWSLETTERS


New Products
September 2005 New Products.
September 1, 2005
Editor's Forum
September 2005 Editorial.
September 1, 2005
Unsmart Pointers: Part II
Christopher introduces some specialized deletable unsmart pointer class templates.
September 1, 2005
Revolutionize Your UI
Windows should only implement their logic, while surfaces implement the drawing of the UI.
September 1, 2005
Footprints in the Butter: Part II
In his previous installment, Matthew focused on code bloat in source code. This month, he looks at object code size.
September 1, 2005
Bad Pointers
If you've never had to track down a program failure caused by a bad pointer, well, you're in for some treats.
September 1, 2005
C++/CLI: Cloning
C++/CLI "cloning" capabilities let you make copies of heap-based objects.
September 1, 2005
The Embedded C Extension to C: Part II
In this installment of this two-part article, our authors present an example use of the Embedded C language extensions.
September 1, 2005
Determinant Algorithm Generation with Numlists
Numlists provide the compile-time index list structures that allow processing to happen in place. The compile-time nature of template recursion is key to coding this algorithm.
September 1, 2005
Improving Performance with Custom Pool Allocators for STL
Anthony presents a highly flexible and configurable replacement for C++'s std::allocator for use with node-based standard containers.
September 1, 2005
Satisfying the Satisfiability Problem
Girish surveys--and implements in C--algorithms for the "satisfiable" problem, including the Davis-Putnam algorithm, GSAT algorithm, and simulated annealing algorithms.
September 1, 2005
Implementing Splay Trees in C++
Splay trees are self-adjusting binary search trees that are typically used in caches, memory allocators, routers, garbage collectors, data compression, and the like.
September 1, 2005
The Ordersort Algorithm
Ordersort is a list-sorting algorithm that's simple to implement in C++, and that sorts lists faster than the Quicksort and Bubblesort algorithms.
September 1, 2005


C++ Archive
2009 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2008 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2007 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2006 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2005 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2004 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2003 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2002 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1999 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1998 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1997 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1996 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1995 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec




MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK