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.

Common Knowledge: Fungible Control Structures

Dr. Dobb's Journal,
December 01, 2000

Steve presents some effective but unorthodox methods for controlling flow of execution - including one that looks downright weird.

We Have Mail

Dr. Dobb's Journal
December 01, 2000

Conversations: Virtually Yours

Dr. Dobb's Journal,
December 01, 2000

A good class designer can communicate how she intends a class to be used-often without writing a single comment-through intelligent use of access modifiers and virtual functions. But there's more: a good class designer will also make virtual functions private whenever design considerations allow it. If you find this guideline surprising, read on to learn the rationale.

Generic: Change the Way You Write Exception-Safe Code — Forever

Dr. Dobb's Journal,
December 01, 2000

Let's face it: Writing exception-safe code is hard. But it just got a lot easier with this amazing template. - C/C++

How can you establish a network connection using Java?  

Dr. Dobb's Journal,
November 01, 2000

How can you establish a network connection using Java? Mike shows how. - JVM Languages

Reigning in C++ Test Harnesses

Dr. Dobb's Journal,
November 01, 2000

The Significance of .NET

Dr. Dobb's Journal,
November 01, 2000

Microsoft's latest offers an unprecedented level of language interoperability for Web-based applications.

Secure Web-Based Licensing

Dr. Dobb's Journal,
November 01, 2000

If you want to protect your software from misuse, you have to outsmart potential thieves and still not annoy your legitimate customers. This is not as easy as you might at first think.

From Mechanism to Method: Function Follows Form

Dr. Dobb's Journal,
November 01, 2000

Of all the features of C++ that can affect source code readability, operator overloading is one of the most powerful. Operator overloading can render otherwise well-written code obscure; on the other hand, it makes possible many important idioms - smart pointers, function objects, and iterators, to name a few. Kevlin Henney shows us another good application of operator overloading: a remember_function that bundles a target object together with a member function pointer for later callback

Book Review: Exceptional C++

Dr. Dobb's Journal,
November 01, 2000

We reviewed Exceptional C++ in the February 2000 issue of CUJ. Now Stan Lippman gives us a second look at this very important book. Stan is a former editor of C++ Report magazine, a C++ language expert, and a respected C++ author, whose books include Inside the C++ Object Model and C++ Primer, Third Edition (co-authored with Jose Lajoie).

Previous 20 21 22 23 24 25 26 27 28 29 Next