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.

Factory Redux, Part 1

Dr. Dobb's Journal,
July 01, 2003

Adding generic persistence factories the modern C++ way.

July 2003

Dr. Dobb's Journal,
June 30, 2003

2003 Software DevelopmentSalary Survey

Building a Mutable Set

Dr. Dobb's Journal,
June 01, 2003

Getting around the immutability of std::set in the name of performance.

No Brain, No Gain

Dr. Dobb's Journal,
May 01, 2003

Learn how not to declare template friends and implement assignment operators, lest you actually make these mistakes.

Win32 Performance Measurement Options

Dr. Dobb's Journal,
May 01, 2003

Win32 provides six main timing functions for profiling. We'll analyze them and present six corresponding performance counter classes that wrap these functions. Also included is a template class that manipulates instances of any of the six timing classes in order to provide scoped timing operations. - .NET

Building an XML Wrapper Class in C#

Dr. Dobb's Journal,
April 01, 2003

The XMLObject class simplifies some common XML operations that have no easy equivalent using straight .NET Framework classes. An overview of XPath is also provided. This core XML technology helps locate individual nodes within a document.

AI Expert Newsletter

Dr. Dobb's Journal,
March 12, 2003

AI Expert Newsletter is all about artificial intelligence in practice. Features include case studies, technology tutorials, product reviews and AI news-plus classic articles from the original AI Expert magazine! Keep up with the latest in logic programming, expert systems, neural networks, genetic algorithms, and fuzzy logic. - Parallel

Keywords That Aren't (or, Comments by Another Name)

Dr. Dobb's Journal,
March 01, 2003

All keywords are equal (to the parser), but some are more equal than others...

Move Constructors

Dr. Dobb's Journal,
February 01, 2003

This article introduces Mojo, a compact framework for eliminating unnecessary copying of temporary objects. Mojo features 100% elimination of unnecessary copies if you operate minimal changes to source code and observe some simple rules. If you ever wished to return objects from functions, improve the string manipulation speed of your application, or simply get more efficient code without compromising its elegance, it looks like you could use some Mojo. This article gives a long but comprehensive account of Mojo.

C++ Metaprogramming Applied

Dr. Dobb's Journal,
February 01, 2003

Template metaprogramming transcends academic musing. This article serves as a bridge to its practical uses.

Previous 11 12 13 14 15 16 17 18 19 20 Next