微软好多年都没有更新MFC了,2008/1/7号发的这一版给我vc的程序员带来了不少好东西,界面和控件都提升了一个档次,office能有的界面我们用新的MFC也很容易办到,有兴趣的朋友可以去看看!
可以直接去ms的网站去看看, 这里
我们期待已久的东东这里全都有了,最爽的是有了正则表达式了!
The Visual C++ 2008 Feature Pack extends the VC++ Libraries shipped with Visual Studio 2008.
The VC++ 2008 MFC libraries have been extended to support creation of applications that have:
This feature pack also includes an implementation of TR1. Portions of TR1 are scheduled for adoption in the upcoming C++0x standard as the first major addition to the ISO 2003 standard C++ library. Our implementation includes a number of important features such as:
可以直接去ms的网站去看看, 这里
我们期待已久的东东这里全都有了,最爽的是有了正则表达式了!
The Visual C++ 2008 Feature Pack extends the VC++ Libraries shipped with Visual Studio 2008.
The VC++ 2008 MFC libraries have been extended to support creation of applications that have:
- Office Ribbon style interface
- Office的Ribbon样式接口
- Office 2007, Office 2003 and Office XP look and feel
- Office界面的样式
- Modern Visual Studio-style docking toolbars and panes
- 流行的VS.net的风格的toolbars和panes
- Fully customizable toolbars and menus
- 完全自定义的toobars和菜单
- A rich set of advanced GUI controls
- 丰富的GUI控件
- Advanced MDI tabs and groups
- 更强大的tabs和groups
- And much more!
This feature pack also includes an implementation of TR1. Portions of TR1 are scheduled for adoption in the upcoming C++0x standard as the first major addition to the ISO 2003 standard C++ library. Our implementation includes a number of important features such as:
- Smart pointers
- 提供了智能指针
- Regular expression parsing
- 提供了正则表达式
- New containers (tuple, array, unordered set, etc)
- 增加了更多的容器
- Sophisticated random number generators
- 提供了复杂的随机数产生器
- Polymorphic function wrappers
- 多态函数包装器
- Type traits
- 提供了类型的traits
- And more!