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.
Centralized vs. Distributed SCM
The model that works for open-source projects might not work in the enterprise or is that a false dichotomy? - Design
GData: Accessing Google-Application Data
Google's GData returns data in Atom or JSON formats. But the APIs are so poorly implemented, accessing the data is a project onto itself. - Web Development
Memory Constraints on Thread Performance
Threading is no guarantee of improved performance if memory issues are not attended to - Tools
Puppet Labs CEO: Cloud Is No Panacea for Developers
Wake up call for developers who think the cloud offers pre-baked infrastructure layer with fewer deployment challenges? - Parallel
Introducing Multithreading to Mature Desktop Applications
A crash course tutorial - Tools
Getting Started With the Cloud: Logging On With Google OAuth
Access Calendar and other Google Apps after you do the authorization dance - Web Development
Twisting the RTTI System for Safe Dynamic Casts of void* in C++
A safe mechanism to dynamically cast void*
to typed pointers at runtime -
C/C++
SQL Injection Attacks and Data Theft
SQL databases are everywhere. Many are accessible from Internet connections, such as for use with web-facing applications. But even today not all database servers tied to the Internet are hardened and... - Database
Programming with Reason: Why is goto Bad?
And do break and continue deserve the same scrutiny? - JVM Languages
Prefer Using Futures or Callbacks to Communicate Asynchronous Results
Handling asynchronous communication back to the caller - C/C++