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


New Products
June 2005 New Products
June 1, 2005
Editor's Forum
June 2005 Editor's Forum
June 1, 2005
Programmer's Book Review
The books Greg takes a look at this month are Head First Design Patterns; High Performance Linux Clusters with OSCAR, Rocks, openMosix & MPI; and Unit Test Frameworks.
June 1, 2005
The New C++ Not-So-Standard Library
In the first installment of this new column, Pete Becker examines the ISO standardization process and how it applies to the C++ Standard and TR1, as well as the templates and classes that make up TR1.
June 1, 2005
Templates and Duck Typing
The distinction in C++ between duck typing and inheritance comes from C++'s static type system, and is part of the price we pay for having C++ programs run as quickly as they do.
June 1, 2005
More Than a Mouthful
Can Alphonse convince Avery that real-world development is nothing like the frantic coding they did in school? A crisis in the mess hall makes it clear... By Robert C. Martin
June 1, 2005
Prying Eyes: A Policy-Based Observer (II)
Andrei continues his examination of some of the hidden challenges in defining good Observer designs.
June 1, 2005
C++/CLI Inheritance and Enumerators
This month, Rex examines C++/CLI issues relating to inheritance.
June 1, 2005
A Variation on the Curiously Recurring Template
The curiously recurring template pattern splits generic and concrete functionality by delegating to its derived class.
June 1, 2005
String Concatenation & Expression Templates
Concatenating text strings is a common task that's made more efficient by the use of expression templates.
June 1, 2005
Optimizing C/C++ with Inline Assembly Programming
When it comes to performance, there's always room for improvement, and C++ is a perfect language to implement inline assembly optimizations.
June 1, 2005
Moving to 64-Bits
64-bit platforms are the future for solving larger and more difficult scientific and business problems.
June 1, 2005
Embracing 64-Bit Windows
Alan shares some of the lessons learned in porting a Win32 UNIX API layer to 64-bit Windows.
June 1, 2005
The Technical Report on C++ Library Extensions
Matt looks at what the Technical Report on C++ Library Extensions means for C++ programmers.
June 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