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


Itanium 2 Developer Days Diary
The Intel Itanium microarchitecture is fundamentally different under the hood than other processors. It "thinks" differently.
April 27, 2006
Testing Times
Using the RDTSC instruction, applications can determine the number of machine cycles that have elapsed since the CPU was powered up, which can be very useful for building a test harness.
April 26, 2006
Postmortem Debugging
This postmortem analysis approach lets you identify and resolve hidden errors, but with little impact on the program.
April 11, 2006
Regular Expressions
Pete Becker finds a new appreciation for regular expressions as he examines TR1's regex implementation.
April 11, 2006
Message Handling Without Dependencies
You can use the full power of C++ to pass messages while maintaining type safety and avoiding monolithic functions.
April 5, 2006
Managed C++ and the Side-by-Side Cache
The Visual Studio installer places Visual Studio shared libraries in a location called the "side-by-side cache." Here's what you need to know to leverage it.
April 1, 2006
Accelerating Compute Intensive Functions Using C
Joe examines how you accelerate application processing using a software-configurable architecture to achieve hardware-accelerated performance in C.
April 1, 2006
Overloading and Overloading
Operator overloading may be syntactic sugar, but there are a lot of things that don't taste very good without sugar.
April 1, 2006


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