site Search Results
Results for: herb sutter a false sense of security
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.
Java Portability by Design 
Factory classes ensure that application code remains unaware of the platform it's running on. John describes how his team used factory classes when building an e-commerce catalog search engine written entirely in Java. - Database
Optimizations That Aren't (In a Multithreaded World)
An "obvious optimization can really lose ground when thread safety has to be ensured as well.
Review of Scott Meyers' Effective C++ Compact Disk
Meyers does it again, this time with a machine-readable version of his invaluable guides to programming in C++.
Books in Brief
Uncaught Exceptions: Party Like It's 1999
Pete Becker could use a short Q as a springboard to a very long A. Now Bobby Schmidt proves he can rise to the same challenge.
NSBD and Software Distribution 
Not-So-Bad Distribution, or NSBD, is a web-based system for automatically distributing free software over the Internet. - Web Development
Extending the Reference-Counting Pattern
It's often nice to have storage management that's a bit smarter than you get with auto_ptr but rather less complex than automatic garbage collection. Here's one style of smart pointers that strikes such a careful balance.
Java Q&A 
Streaming audio refers to audio that can be downloaded at the same speed it is played. Rick presents idtAudio, a streaming audio applet written in Java.
- JVM LanguagesLetters 
- .NET
Classifying Text with ID3 and C4.5 
Java servlets represent a new model for developing server-based applications. Cliff shows you how to write them. - Web Development