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.
Factory Redux, Part 1
Adding generic persistence factories the modern C++ way.
July 2003
2003 Software DevelopmentSalary Survey
Building a Mutable Set
Getting around the immutability of std::set in the name of performance.
No Brain, No Gain
Learn how not to declare template friends and implement assignment operators, lest you actually make these mistakes.
Win32 Performance Measurement Options
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#
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
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)
All keywords are equal (to the parser), but some are more equal than others...
Move Constructors
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
Template metaprogramming transcends academic musing. This article serves as a bridge to its practical uses.