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.

Beneath the Vortals

Dr. Dobb's Journal
January 01, 2002

Using Internet procurement automation tools and techniques to buy operating resources can reduce costs, often achieving 300 percent return on investment (ROI) for the buying organization. Because of this, buyers and suppliers with different procurement and catalog systems must find ways to interoperate effectively. Three standards are emerging to try to solve this problem.

Code Generation Templates Using XML and XSL

Dr. Dobb's Journal,
January 01, 2002

XML is indisputably the long-awaited linguafranca for defining and transmitting structured data. With a little help from XSL, it can also generate C++ code for you.

New Bases, Part 1

Dr. Dobb's Journal
January 01, 2002

Converting a text-represented number from one base to another is pretty simple. But how extensible and reusable can the solution be to solve more than one problem, when there are also additional requirements?

An Iostream-Compatible Socket Wrapper

Dr. Dobb's Journal,
December 01, 2001

With suitable scaffolding, writing to a socket is as easy as cout << "Hello, world";.

Generic: Typed Buffers (III)

Dr. Dobb's Journal,
December 01, 2001

In his final installment on typed buffers, Alexandrescu looks at copying and moving objects and offers some helpful solutions for getting around portable C and C++'s suboptimal memory allocation.

Audio Watermarking  

Dr. Dobb's Journal,
November 01, 2001

Digital watermarking is a security technique that provides copy protection, authentication, and more for audio and other forms of information. The approach Michael presents here is based on a statistical algorithm working in the Fourier domain. - Web Development

Sutter's Mill: The String Formatters of Manor Farm

Dr. Dobb's Journal,
November 01, 2001

There is more than one way to "string" an integer. Find your favorite here.

From Mechanism to Method: Generic Decoupling

Dr. Dobb's Journal,
November 01, 2001

Is it possible to be too well connected? Is it possible to be too eager to please? If we are talking about code, the answer is "yes." Low coupling and high cohesion are useful and practical properties of code, not just abstract academic concepts. In practice code that is clear in its purpose and low in its dependencies is generally easier to work with than code that attempts to include everything and please everyone. This month's column explores four core approaches to decoupling a C++ system, with a particular focus on the perhaps surprising role that templates can play.

Conversations: Hungarian wartHogs

Dr. Dobb's Journal,
November 01, 2001

What's in a name? Plenty, if you use Hungarian notation. Too much, if you use Hungarian notation.?

Editor's Forum

Dr. Dobb's Journal
September 01, 2001

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