Visual C++ 2008 Feature Pack Release Refresh

Visual C++ 2008 Feature Pack Release (Microsoft Visual C++ 2008 Feature Pack Redistributable Package) が公開されています。 (ただし残念なことに、現時点では英語版しかサポートされていないようです。)

Feature Pack をインストールすると、 C++ の TR1 ライブラリが利用できるようになります。

  • Smart pointers
  • Regular expression parsing
  • New containers (tuple, array, unordered set, etc)
  • Sophisticated random number generators
  • Polymorphic function wrappers
  • Type traits
  • And more!

また、 MFC も拡張されます。 (普段は WTL を使用しているのであまり関係ないですが……。)

  • Office Ribbon style interface
  • Office 2007, Office 2003 and Office XP look and feel
  • Modern Visual Studio-style docking toolbars and panes
  • Fully customizable toolbars and menus
  • A rich set of advanced GUI controls
  • Advanced MDI tabs and groups
  • And much more!

より詳しいドキュメントは、 Standard C++ Library TR1 Extensions Reference から取得できます。