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.
State Space Searching
State space searches are used in everything from network routing to games. David implements a C++ library for performing state space searches.
Typedefs and Iterators: If you've Got 'Em, Use 'Em
Typedefs and iterators-if you've got 'em, use 'em.
"Just Enough" Thread Safety
When it comes to thread-safety, "good enough can be just that.
C++, Java, & Service-Oriented Architectures
C++ and Java can be integrated-and there are cases where it makes sense to do so, such as when a system needs to be language and platform independent. - C/C++
Runtime Monitoring & Software Verification

Doron examines runtime monitoring, focusing on its application to robust system verification. - Tools
yasli::vector Is on the Move
According to Andrei, what std::vector cannot do well or at all, the legendary yasli::vector does like a champ.
Trip Report: March 2004
Herb reports on this Spring's C++ Standards Committee meeting in Sydney, Australia. - C/C++
SD Secure Start: July 2003
Intrusion Detection and Public Policy
Much Ado About Nothing:...
When you want to point to nothing, sometimes a plain old 0 and NULL just won't do.
Customizing the Authentication Cookie
You can use the authentication cookie to store encrypted and validated custom data such as a description of the users' role in your ASP.NET applications