Feeds:
Posts
Comments

Archive for May, 2007

OGDC Talk Slides Online

I’ve been getting a fair number of requests for my slides from last week’s keynote at OGDC. They’re now available here.

Read Full Post »

The ISO C++ standards committee met on April 15-20, 2007 in Oxford, UK. Despite unseasonably sunny and warm weather and good European beer (the best I tried was Budweiser, and no, I’m not kidding because it’s not the American one), we made good progress toward our goal of having a complete draft of C++09 out for [...]

Read Full Post »

Scott Meyers recently gave an interesting talk at NWCPP. Thanks to Kevin Frei’s recording skills and hardware, you can watch the video here.
Scott’s topic was "Red Code / Green Code: Generalizing const." Here’s the abstract:

C++ compilers allow non-const code to call const code, but going the other way requires a cast.  In this talk, [...]

Read Full Post »