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


New Products
July 2005 New Products
July 1, 2005
Editor's Forum
July 2005 Editor's Forum
July 1, 2005
Programmer's Book Review
Stephen Dewhurst's C++ Common Knowledge covers fundamental, but commonly misunderstood, issues in C++ programming and design.
July 1, 2005
Graceful Exits
When you detect an error or invalid state in a function, what's the best way to handle it?
July 1, 2005
<algorithm>: for_each
In the first in his series on the Algorithms Library of the C++ Standard, Bjorn covers for_each, a terse alternative to writing your own loops.
July 1, 2005
Unsmart Pointers, Part I
Here are some pointer classes that help prevent and catch errors without automatically destroying the resource.
July 1, 2005
Revolutionize Your UI
When it comes to resizing UIs, windows are way too inflexible. John introduces techniques for creating highly customizable UIs that support resizing.
July 1, 2005
Footprints in the Butter: Part I
Matthew kicks off a two-part series on code bloat-source size, object size, and executable size-and finding its sources and rooting them out.
July 1, 2005
C++ x 2
Jack Woehr reviews two C++ books this month.
July 1, 2005
The Header <tuple>
Pete looks at the new TR1 header <tuple> and at the changes TR1 makes to the header <utility>.
July 1, 2005
C++/CLI Delegates and Events
In C++/CLI, delegates are objects that encapsulate some function, and events are mechanisms for classes to provide notifications to clients.
July 1, 2005
Using Chains to Free Library Code
When language syntax limits use of a library, iterative syntactic constructs provide a way around the problem.
July 1, 2005
EPerl: Perl, C++, and Java
EPerl is a collection of C++ and Java classes that wrap around the Perl interpreter API, making it straightforward to execute a Perl subroutine, script, or statement block from within C++ or Java.
July 1, 2005
Microbenchmarking C++, C#, and Java
Thomas uses fundamental data processing and arithmetic operations to measure the performance of C++, C#, and Java.
July 1, 2005
NoodleGlue: Bridging C/C++ and Java
Integrating Java and C++ code can be a painful process, but tools like NoodleGlue make it easier.
July 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