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: herb sutter a false sense of security

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.

Uncaught Exceptions: International Experts of Mystery

Dr. Dobb's Journal,
September 01, 2001

If you overlook a shameless play for Mrs. Meyers, Bobby serves up precious pointers on, well, pointers (smart ones anyway), and on the proper use of namespaces.v

Sutter’s Mill

Dr. Dobb's Journal,
September 01, 2001

Herb herewith expertly demystifies a little-known practice of expert designers. Read this or weep, Gentle Reader.

Conversations: Back to Base-ics

Dr. Dobb's Journal,
September 01, 2001

When you are adding a new class to a project, and that class is very similar to an existing class, you will frequently have three options: publicly derive one class from the other, create a common base class from which both the new and existing classes will be derived, and implement one class in terms of the other class. What is the best way to choose among the three options?

DevTalk, March 2000

Dr. Dobb's Journal
August 14, 2001

STL & Generic Programming: Writing Your Own Iterators

Dr. Dobb's Journal,
August 01, 2001

To our delight and edification, Thomas continues his iteration on iterators. This time we get help defining specialized iterators for our own containers

Tuple Types and Multiple Return Values

Dr. Dobb's Journal,
August 01, 2001

There are several ways to return multiple values from a function in C++. Here is an elegant way that will give your template-grokking brain a real workout. - C/C++

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.

Generic:Typed Buffers (I)

Dr. Dobb's Journal,
August 01, 2001

You thought buffers were an uninteresting subject? Try to write a buffer that's at the same time generic and efficient. Hint: efficient buffers are easy, and generic buffers are easy, but buffers that are both generic and efficient are difficult. This article is the first of a two-part treatment of typed buffers, heavy-duty components that can replace std::vector in performance-demanding applications.

Conversations: The Bind That Ties

Dr. Dobb's Journal,
August 01, 2001

The standard library provides adaptors that extend the flexibility and power of the standard functions. While some of them may seem scary at first glance, they really are quite simple to use.

We Have Mail

Dr. Dobb's Journal
July 01, 2001

Previous 17 18 19 20 21 22 23 24 25 26 Next