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


Refactoring in the Document Outline Window
The Document Outline Window in Visual Studio 2005 is a hierarchical view of the controls on a form, but it's not just read-only. You can use it to "visually refactor" an app by reordering controls into containers with unhooking the event handlers.
February 20, 2006
New Products
CUJ New Products February 2006.
February 1, 2006
Editor's Forum
A recent stint of debugging leaves P.J. rather humble about the potential for software flaws in critical systems.
February 1, 2006
STL and TR1: Part III
With TR1, C++ gets hash tables in the form of the template classes unordered_map, unordered_multimap, unordered_set, and unordered_multiset.
February 1, 2006
Invariants as an Intellectual Tool
Invariants are a great way to make sure your loops are doing what you expect.
February 1, 2006
Maps with Expensive Keys
STL containers are easy to extend, which is why Andrei was surprised when he happened upon a problem that cried out for an extension to std::map, but ultimately couldn't be solved that way.
February 1, 2006
C++/CLI Sockets
If you want interprocess or interapplication communication, you want to know how to use sockets. Rex shows us the way.
February 1, 2006
Multiple Inheritance Considered Useful
Arguments against multiple inheritance range from the philosophical to the practical, but in the end only one question matters: Is it useful?
February 1, 2006
Associative Chains in C++
Phillip gets around some of the limitations of the pointer-to-member with a model of class associations that he calls "Associative Chains."
February 1, 2006
Syntactic Aspartame: Recreational Operator Overloading
Some say operator overloading is nothing more than syntactic sugar. Use it with proper caution, however, and you can reap real rewards.
February 1, 2006
A Frame-Based Message-Passing Parser for C
Ctalk, an object-oriented preprocessor for ANSI C, contains a novel parser design that's well suited to interpreting object-oriented languages.
February 1, 2006
SSH Kerberos Authentication Using GSSAPI and SSPI
Kerberos authentication can be an effective safeguard against man-in-the-middle attacks. Glen implements Kerberos by way of two popular APIs.
February 1, 2006
Validating C and C++ for Safety and Security
Sometimes the only way to track down security flaws such as buffer overflows is to roll up your sleeves and manually review the code. Robert outlines a process for manual review that's based on Safe-Secure C/C++.
February 1, 2006
"Dr. Dobb's Journal February 2006"
64-Bit Computing
February 1, 2006
Of Interest
February 2006 Of Interest.
February 1, 2006
Inside C# and .NET
Peter reviews Stephen C. Perry's "Core C# and .NET."
February 1, 2006
Viewing & Organizing Log Files
LogChipper, the tool Phil presents here, lets you view and organize the contents of log files.
February 1, 2006
Google's Summer of Code: Part III
Google's Summer of Code resulted in thousands of lines of code. Here are more students who participated.
February 1, 2006
Sudoku & Graph Theory
Understanding graph theory is central to building your own Sudoku solver.
February 1, 2006
Native Queries for Persistent Objects
Among other benefits, native queries overcome the shortcomings of string-based APIs.
February 1, 2006
Examining uC++
uC++ was designed to provide high-level concurrency for C++.
February 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