I've updated my "Upcoming Talks" page with new conference talks in February and March. In February, I'll be giving a tutorial at the Embedded World Exhibition...
In March of last year, I posted a message to this list explaining that my Effective C++ CD doesn't display properly with version 6 browsers, and I solicited...
Recently, I had my nth telephone call explaining the facts of publishing life to a prospective book author, and it finally convinced me to do something I've...
I've just completed my customary year-end updates to all my publications' errata lists. The revised lists are at the usual URLs; you'll find links to them at...
In addition to the four talks I'll be giving at the Software Development (SD) Conference in Santa Clara, CA, next week, I've scheduled two new presentations: ...
Two talk-related items: - My seminar on using C++ in embedded systems, originally scheduled for May 6 at OGI CPD (the Oregon Graduate Institute Center for...
Over the course of several months, Andrei Alexandrescu and I wrote what we think is a nice article on why double-checked locking can't be made to work portably...
As many of you noticed, somebody recently spoofed my email address and sent out a message with a subject of "Re: Hello" and a worm-laden attachment. Sigh....
I just got word that Effective C++ is due for another reprint, so I've updated the book's errata page with the latest changes. None of the bugs I fixed is...
Some 18 months ago, Martin Fowler asked me if I'd be interested in guest-writing his "Design" column in IEEE Software. I said that I would once I figured out...
Part 2 of the article by Andrei Alexandrescu and me on double-checked locking is now out in the current (August) issue of Dr. Dobbs Journal. If you're not a...
It turns out that ESTL is ready for a reprint, too, so I've updated the ESTL errata page at http://www.aristeia.com/BookErrata/estl1e-errata_frames.html. The...
I'm working on materials for my upcoming full-day seminar, "Better Software -- No Matter What," (see http://www.aristeia.com/seminars_frames.html for scheduled...
In response to the latest reprint request from Addison-Wesley, I updated the errata list for EC++. Below are the latest changes (in my usual "sort of HTML"...
The latest book in my "Effective Software Development Series" is now out: Effective Enterprise Java, by Ted Neward. I don't pretend to be a hard-core Java or...
From time to time, I come up with ideas for projects or articles that I'd like to pursue, but which I know in my heart of hearts I'll never find time for....
I've added a new course to my "Training" page (http://www.aristeia.com/whatsNewInEC_frames.html). It's a much more detailed description of the "What's New in...
I'm making decent headway on the next edition of Effective C++, but I have a problem: I need to find a few good pre-publication reviewers to read my draft and...
After I announced the existence of my new training course, "What's New in Effective C++?", several people wrote to ask when it would be available for...
The latest book in my Effective Software Development Series, Bill Wagner's Effective C#, has recently been published, leading me to hope that people will stop...
I just updated the errata pages for MEC++ and ESTL. You'll find them at the usual places (http://www.aristeia.com/BookErrata/mec++-errata_frames.html and ...
Two things: - New training partnership with DevelopMentor. - September talks in Ludwigsburg, Germany. TRAINING PARTNERSHIP For some time now, demand for my...
Just a quick note to let you know that I sent final camera-ready copy of the third edition of Effective C++ to my publisher last week. I expect physical books...
Now that the third edition of Effective C++ is done, I have time to turn my attention to two other book-related issues, and I'd like your feedback. -...
Two more sample Items have now been made available. One of them is Item 9 ("Never call virtual functions during construction or destruction"). You can get...