wtl是什么东西?能大致解释一下吗?

解决方案 »

  1.   

    估计还得用键盘?呵呵,玩笑而已!
    不用MFC,就不能活了吗?
      

  2.   

    For the past 2 weeks we've run a poll in order to determine what most developers feel is the most important technology to add to their resume for the new millenium . All I can say is "Wow!". In a little over 2 weeks, 6,000 people have responded to this poll. That's more than most sites get in a year's worth of polls! Not too surprisingly, the majority of you 27% thought that your skills of Visual C++ and MFC will continue to serve you well in the coming years. After that, the clear choice for second place was Windows DNA followed by Java Beans, Microsoft-based Web development and Unix-based Web development. 
      

  3.   

    dos 没了,出来了windows,vc没了有比他更好的,放心做程序员吧
      

  4.   

    wtl是基于ATL的模板库,现在还处于开发阶段,Platform SDK中有源代码,
    特点是生成代码小,不用MFC运行库,很容易与SDK混合使用。
      

  5.   


        MFC is the one and only C++ application framework presented by Microsoft. ATL/WTL is not design as framework initially, so they can not replace MFC in traditional application development. But they are better in component-based development.    也就是说,写整个程序还是用MFC合适,而其中的组件开发用ATL比较合适。另外,如果你的程序交互很简单而又需要较小的体积、较快的执行速度的话,用WTL。举个例子来说,象Visual C++这样功能强大的应用程序来说,不用MFC开发是很难想象的。但如果你只是做个notepad这样的小东西的话,用WTL很合适。WTL stands for Windows Template Library.
      

  6.   

    MFC是一种经典。学学无妨的。VS7。net也不是还活的好好的?
    当然,有必要把眼光放远一点的。
      

  7.   

    做程序员要在乎这些吗,MFC不会过时吧,要不拿什么来写APPLICATION PROGRAM
      

  8.   

    classfactory(void)说的非常正确,实际上在新的VS.NET中的VC.NET依然支持MFC,据说版本为7.0,大家放心了。呵呵。