site Search Results
Results for: Andrew Koenig
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.
C++ Made Easier: Handles and Exception Safety
More wisdom on using abstraction to achieve exception-safe designs.
Python-URL! - 2002/10/14 by Erik Max Francis
Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python. DDJ is proud to be associated with the Python-URL! team that launched this valuable project. - Web Development
From Mechanism to Method: A Fair Share, Part 1
Many programmers develop an infatuation with Lisp at least once in their programming lives. If you haven't yet, now is your chance. How would a Lisp style of programming look in C++? And, more interestingly, what would an STL version of a Lisp-like list class look like?
C++ Made Easier - Handles and Exception Safety, Part 2: Intrusive Reference Counting
More on handle classes. This time you'll see how to optimize them.
We Have Mail
C and C++: Case Studies in Compatibility
Reconcilable differences? You decide.
C++ Made Easier: Handles and Exception Safety, Part 1: A Simple Handle Class
Understanding exception safety made easier. Really.
C and C++: Siblings
We're at a crossroads for compatibility between C and C++. Can siblings go their separate ways and still remain on speaking terms? In this first of three parts, Bjarne provides context for the discussion.
C++ Made Easier
The abstractions in the Standard C++ library keep you from trashing memory and committing related transgressions (admit it - you're guilty!), and they make for more elegant code. Use them.