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


Obfuscated C Code Contest Opens
The 18th International Obfuscated C Code Contest will run from now until May 22. The goals of the contest are: "To write the most Obscure/Obfuscated C program under the rules below; to show the importance of programming style, in an ironic way; to stress C compilers with unusual code; [and] to illustrate some of the subtleties of the C language."
March 23, 2005
Advanced Subclassing
Whenever you implement an event handler for a C++ window class in which a window gets created on-screen, "subclassing" occurs behind the scenes.
March 1, 2005
Open-RJ Memory Databases and C++.NET
Matthew enhances the Open-RJ base library and dives into the details of the Open-RJ/C++.NET mapping.
March 1, 2005
The Trouble with Locks
Lock-based programming may not be the best approach to building large concurrent programs.
March 1, 2005
C++/CLI: Stack-Based Objects and Tracking References
Stack-based instances of objects can benefit C++/CLI programmers, too.
March 1, 2005
Rich Error Information
The RichError class provides a mechanism to instrument existing code bases for rich diagnostic composite error information, with minimal engineering overhead.
March 1, 2005
Unicode & Filtering Stream Buffers
Defining new stream buffers offers many possibilities for expanding the IOStreams classes from the C++ Standard Library.
March 1, 2005
Custom Containers & Iterators for STL-Friendly Code
Need to add functionality to containers to make classes more STL friendly, or create new containers and iterators from scratch to make legacy code available to STL algorithms? Here's how.
March 1, 2005
Programming with Contracts in C++
Programming with Contracts is a method of developing software using contracts to explicitly state and test design requirements.
March 1, 2005
Real-Time Filters
Don presents real-time filters for simple averaging, single-order tone controls, parametric filters, and Biquad filters, among others.
March 1, 2005
Analyzing Real-Time Systems with Hardware Trace
Hardware trace is a debugging technology that captures a history of the instructions that a microprocessor executes.
March 1, 2005
New Products
March 2005 New Products
March 1, 2005
Editor's Forum
March 2005 Editor's Forum
March 1, 2005
Programmer's Book Review
Developing Series 60 Applications: A Guide for Symbian OS C++ Developers introduces you to developing for mobile platforms via native C++ APIs.
March 1, 2005
Implicit Virtual
When it comes to implicit virtual, one man's "bug" is another's "feature."
March 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