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.
We Have Mail
C++ Conformance Roundup
There is no C++ compiler or library today that implements the Standard perfectly, but some are getting close. Here, finally, is a first attempt to quantify just how close.
Accelerating C++ Programming
Peter takes a long look at Andrew Koenig and Barbara Moo's Accelerated C++: Practical Programming by Example.
We Have Mail
Editor's Forum
C++ Made Easier: Programs That Work by Accident
Avoiding undefined behavior is critically important in C++ programming. The authors show us some ways that don't require memorizing the entire C++ Standard.
Post-Mortem Debunker: Time Flies
Having discredited doomsayers of the past, Stan makes a few of his own predictions to chill the hearts of his favorite editors.
Editor's Forum
C++ Made Easier : Using Library Algorithms
If you're struggling with complicated loops and off-by-one errors, you might be doing things the hard way. Andy shows us how easy it can be, with a little help from the standard library.
Substitutability: Principles, Idioms, and Techniques for C++
The principles and features which govern the idiomatic practices of substitutability in C++ go beyond public inheritance, and include overloading, conversions, generic programming, and mutability. Understanding the basic principles and how C++ can support them can make systems more expressive and development more effective.