Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: Andrew Koenig

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

C++ Made Easier

Dr. Dobb's Journal,
August 01, 2001

It seems that deques are often mispronounced and seldom used. Here is wisdom on when to use them, as well as when to use the other two standard sequence containers.

We Have Mail

Dr. Dobb's Journal
August 01, 2001

Generalizing the Concepts Behind auto_ptr

Dr. Dobb's Journal,
August 01, 2001

The C++ auto_ptr template can plug a memory leak - too bad that's not the only possible "leak. Here's a template that can close files, release Windows handles, and anything else you tell it how to do.

An STL Error Message Decryptor for Visual C++

Dr. Dobb's Journal,
July 01, 2001

Believe it or not, there's helpful information buried in those template error messages. It just takes a little Perl to dig it out.

Accelerated C++

Dr. Dobb's Journal,
June 01, 2001

Maybe you've been hearing the buzz about some "new approach to learning C++. Here's the book that's got everyone talking.

C++ Made Easier: The Rule of Three

Dr. Dobb's Journal,
June 01, 2001

What you leave out of a class can cause you just as much trouble as what you put in. This simple rule will save you the most common mistakes.

The Standard Librarian: Defining a Facet

Dr. Dobb's Journal,
June 01, 2001

Locales, originally invented for internationalization, are a general-purpose mechanism that is closely integrated with the C++ I/O library. Like all of the other components of the Standard C++ library, locales were designed to be user-extensible. This article explains what locales and locale facets are, how the locale mechanism works, and how users can define new facets to extend locale functionality.

Readers' Forum

Dr. Dobb's Journal
May 01, 2001

Sutter's Mill: To New, Perchance To Throw (Part 2 of 2)

Dr. Dobb's Journal,
May 01, 2001

Conventional wisdom says always check for and respond to allocation failure - but oftentimes you just can't do either.

C++ Made Easier: How Vectors Grow

Dr. Dobb's Journal,
April 01, 2001

The Standard C++ library delivers reasonable performance by default. If you've ever wondered how, or what is implied in the word "reasonable, read on

Previous 26 27 28 29 30 31 32 33 34 35 Next