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


New Products
January 1, 2004
A Season of Change
Editor's Forum
January 1, 2004
Programmer's Book Review
This month we examine a bevy of books, including Linux and the UNIX Philosophy, Automating UNIX and Linux Administration, Code Generation in Action, and assorted bloopers and hacks.
January 1, 2004
Of Many Things
The Guru tackles std::string, magic numbers, and constness in references.
January 1, 2004
Introducing recls Mappings
Have you ever wished that STL member function adaptors like mem_fun or mem_fun_ref would like you invoke a method of a class of your choice?
January 1, 2004
Policy-Driven Design & the Intel IPP Library
Shehrzad turns to generic programming techniques when using Intel's Integrated Performance Primitives Library to build a C++-based signal-processing application.
January 1, 2004
Concurrent Access Control & C++
Our authors implement a monitor facility efficiently in only 50 simple lines-and without any extensions to Standard C++.
January 1, 2004
A C++ Producer-Consumer Concurrency Template Library
Producer-consumer is a well-known C++ concurrency pattern that's been applied to applications ranging from scientific simulations to distributed parallel computing environments.
January 1, 2004
C++, Fortran, & Shared Libraries
Here's an approach to mixing C++ and Fortran for Linux and Windows by compiling Fortran functions separately into shared libraries, then explicitly calling them in C++.
January 1, 2004
Wrapping C with C++ in .NET
A common software requirement is for code written in one computer language to be used by software developed in a different computer language. George shows how existing C software can be wrapped in C++, thus making it more accessible from .NET languages such as C# and VB.NET.
January 1, 2004
Mixed-Language Development & SWIG
Phil uses SWIG to wrap C++ classes so that they are available from Ruby. In the process, he uncovers several benefits of doing mixed-language development with C++ and Ruby.
January 1, 2004
Preventing Buffer Overruns in C++
Buffer overrun vulnerability can lead to security breaches. Richard shows how to use the Visual C++ .NET compiler and libraries to rid your code of buffer overruns.
January 1, 2004
Double Dispatch Revisited
Nat takes a second look at the Double Dispatch pattern in C++, then implements a Java version of it.
January 1, 2004


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