Microsoft가 Visual Studio 2008 Feature Pack Beta를 발표 하였습니다. 여기에는 Office UI 구현 등 기존의 MFC 확장 기능을 비롯하여, C++ 표준 TR1 구현이 추가 되는 등의 새로운 Feature들을 선보이고 있습니다. 정리된 내용을 요약하면... 아래와 같고, 자세한 내용은 문서를 참조하세요.


VC++ 2008 MFC 라이브러리에 아래와 같은 Application 제작 기능이 추가 되었습니다.
  • Office 리본 스타일 인터페이스
  • Office 2007/2003/XP Look & Feel
  • Visual Studio 스타일 툴바와 Pane
  • Full Customizing 가능한 툴바와 메뉴
  • 고급 GUI Controls
  • 고급 MDI Tabs와 Groups
  • 기타 많은 것들..


또한, C++0x 표준의 TR1이 구현되었습니다.

  • Smart pointers <memory>
  • Regular expression parsing <regex>
  • New containers (tuple, array, unordered set, etc) <unordered_map>, <unordered_set>, <tuple>, <array>
  • Sophisticated random number generators <random>
  • Polymorphic function wrappers <functional>
  • Type traits <type_traits>
  • And more! <utility>



 








Posted by U∙Seung