November 14, 2005

C++ Connections 在拉斯维加斯召开年会

作者: winter


没想到C++ connections conference 在Las Vegas的Mandalay Bay酒店召开,那可是豪华赌场+豪华酒店啊,上次去Las Vegas的时候还留了好多拉斯维加斯照片

得到一份conference的CD,这里共享出来。里面有Scott Meyers(Effective C++/Effective STL的作者), Matt Austern(Generic Programming and the STL 的作者), Bjarne Stroustrup(C++之父)的演讲。不容错过。

令我出乎意料的是,这次会议大部分内容都是在介绍C++的标准库以及C++范型编程,以往很火的OOP内容已经少之又少。如果你看不懂这种风格的代码:

tr1::function < void(const record_set&) >  on_completion =
tr1::bind(tr1::mem_fn(&grid::display_data), this, _1);

你有可能快落伍了。

看看这些链接吧:
C++ Connectiions Conference CD
C++ Connection Home Page | 引用