Windows Template Library
外观
模板参数错误!(代码36)
|
Windows Template Library(WTL)是一個用於Win32研發的物件導向的C++template函式庫。WTL由Microsoft的員工Nenad Stefanovic創造,起初作為內部使用,之後發行為Visual Studio和Win32 Framework SDK的不支援增益集。它主要被開發作為Microsoft Foundation Classes的輕量化替代品,以微軟ATL函式庫(另一個被應用在創造COM與ActiveX的輕量含式庫)為基礎。
外部連結
- The SourceForge WTL project
- WTL Documentation - An Effort to Create Documentation for the WTL Programming Library.
- "Using the Windows Template Library Part 1"
- "Using the Windows Template Library Part 2"
- "WTL for MFC Programmers" – A series of tutorials aimed at MFC programmers who want to start using WTL.
- The WTL Wiki - A wiki dedicated to the Windows Template Library (WTL)
- WTL for codeproject
- WTL for Yahoo tech.groups
- A Quick MFC and WTL Comparison