↧
Stroustrup on Teaching Software Developers
Recommended reading (it’s short), from the January 2010 issue of CACM: What Should We Teach New Software Developers? Why? by Bjarne Stroustrup It’s a wonderfully accurate and concise summary of the...
View ArticleC++ and Beyond: Summer 2010, Vote the Date
I always enjoy teaching together with Scott Meyers and Andrei Alexandrescu, not only because it means I get to work with good friends, but also because I get to listen to them speak. Scott and Andrei...
View ArticleEffective Concurrency: Prefer Futures to Baked-In “Async APIs”
This month’s Effective Concurrency column, Prefer Futures to Baked-In “Async APIs”, is now live on DDJ’s website. From the article: When designing concurrent APIs, separate "what" from "how" Let’s say...
View Article