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.
Using Me
This month, the Guru shares rules and guidelines that govern the use of the using directive.
Trip Report: October-December 2003
This winter's C and C++ Standards meetings brought some surprising-and historic-cooperation and collaboration.
Smart Pointers Reloaded (IV): Finale
Andrei and Dave wrap up their smart pointer series by comparing the various costs of design trade-offs.
Smart Pointers Reloaded (III): Construction
Andrei and David continue their examination of smart pointers.
ESC and SDC 2003
Ed reports on what went on at this fall's Embedded Systems and Software Development conferences.
Exception Safety Analysis
Andrei and Dave take a break from the Smart Pointers Reloaded miniseries and discuss how to analyze the exception safety of functions.
Feedback
In which readers look to the falling sky, get in an uproar about offshore, and revisit horror. Plus, our Mr. Been goes batty.
Inline Redux
When is inlining performed? And is it possible to write a function that is guaranteed to never be inlined? This month, Herb considers the many and varied opportunities for inlining, including many that are likely to surprise you.
Pointing in the Right Direction
If pointers are used improperly, they can lead to memory leaks. This month, the Guru shows how to avoid pointer problems that lead to leaks.
Flexible C++ #3: Efficient Integer to String Conversions
Matthew looks at more integer to string conversion options, including his candidate for the "optimum solution.