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


Developer's Notebook
New development products and new releases of existing ones.
March 14, 2007
Jolts 2007: Testing
March 14, 2007
Jolts 2007: Mobile
March 14, 2007
Enough of Processes: Let's Do Practices Part I
In the first installment of this two-part article, our authors examine the problems created by today's software development processes—and why we need to change.
March 12, 2007
Programming and Optimizing C Code: Part 4
This fourth in a five-part series explains why it is important to optimize "control code," and shows how to do so.
March 12, 2007
Programming the Cell Processor
Our authors present algorithms and strategies they've used to make breadth-first searching on graphs as fast as possible on the Cell multicore processor.
March 9, 2007
Algorithmic Trading
In the algorithmic trading space, an "algorithm" describes a sequence of steps by which patterns in real-time market data can be recognized and responded to.
March 9, 2007
Dr. Dobb's Excellence in Programming Award
Contributions to object-oriented programming, software architecture, and modeling are just a few reasons why Grady Booch is the recipient of this year's Award.
March 9, 2007
Counting Array Elements at Compile Time
Ivan presents a new type-safe way to write COUNTOF so that it produces a compile-time error if you accidentally pass it to anything other than the built-in array.
March 6, 2007
Programming and Optimizing C Code: Part 3
This third in a five-part series explains how to access DSP features like hardware loops and circular addressing from portable C. It also shows how to use pragmas and inline assembly.
March 5, 2007
Bail, return, jump, or . . . throw?
The common techniques for handling run-time errors in C leave something to be desired, like maybe exception handling.
March 1, 2007


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