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


Eclipse CDT 3.0 Released
Sebastien Marineau, Eclipse CDT project lead, discusses Eclipse CDT 3.0's new features. (MP3 Audio, 4:08 mins.)
August 22, 2005
Developer Network Small-C Compiler book on CD-ROM
This is the definitive collection of Small-C related information and source code. These pages include the full text to James Hendrix's book "A Small-C Compiler: Language, Usage, Theory, and Design".
August 4, 2005
New Products
August 2005 New Products
August 1, 2005
Editor's Forum
August 2005 Editorial
August 1, 2005
Trip Report: April 2005
On the road again with Herb as he reports on the ISO C and C++ Standards meetings—and what that means for the future of C and C++.
August 1, 2005
Why Programming Languages Can't Be Perfect
Understanding the quirks of a particular programming language lets you use the language more effectively.
August 1, 2005
Typesafe Formatting
Andrei defines a typesafe function that is format-string-compatible with printf.
August 1, 2005
C++/CLI Interfaces & Generic Types
Rex examines how you define C++/CLI implementation contracts, called "interfaces," then takes a look at generic types.
August 1, 2005
Using Events to Signal Changes in Objects with C#
The problem that Grant faced was to know when users made changes and what had been changed. Here's his solution.
August 1, 2005
An STL-Compatible Hybrid of Linked List & Hash Map
"Linked_hash" is an STL-compatible data structure based on the best of the linked-list hash-map classes.
August 1, 2005
StringPrintf: A Typesafe printf Family for C++
You can use StringPrintf, a typesafe version of the printf function family, with std::string and C strings.
August 1, 2005
Code Coverage for C Unit Tests
Gcov is a test coverage program that's part of the GCC suite of tools.
August 1, 2005
Fixed-Point Arithmetic Types for C++
These three fixed-point types, coded as C++ template classes, are intended as drop-in replacements for int or double.
August 1, 2005
The Embedded C Extension to C: Part I
In the first installment of this two-part article, we examine the Embedded C specification that gives you direct access to features in target processors.
August 1, 2005
Extensible Data Processing Without Inheritance
S.A.G.E., short for "Statistical Analysis for Genetic Epidemiology," is a suite of software tools for researchers in the field of Genetic Epidemiology.
August 1, 2005
The Uncertain Number: An Abstract Data Type for Measurements
The Guide to the Expression of Uncertainty in Measurement (GUM) is an international guideline for handling measurement uncertainty. The GUM Tree Lite C++ Library provides software support for it.
August 1, 2005
<algorithm>: find
Bjorn continues his series on the Algorithms Library of the C++ Standard with a discussion of find, which is designed to locate specific elements in a sequence.
August 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