• 您的位置我爱Aspx >> VC.Net >> 非窗口类中使用定时器的方法(一)
  • 非窗口类中使用定时器的方法(一)

  • 作者:aspxer  来源:internet  日期:2007-5-21 23:48:18  关键字:
  • 非窗口类中使用定时器的方法(一)

    非窗口类中使用定时器的方法

    作者:刘辉

    (网进科技 江苏 昆山 Email:jemmyliu@163.com 完成时间:2003年3月12日)

    摘 要 本文主要通过一些简单的例子,介绍了如何在Visual C++的窗口和非窗口类中使用定时器。重点介绍了如何用静态成员函数和静态数据成员在非窗口类中使用定时器,同时,又介绍了与定时器相关的知识,例如回调函数,C++类中的静态成员,以及模板类中的映射类等。 关键字 C++ 类 定时器 静态函数静态成员函数 静态数据成员 回调函数 映射类 摘 要: This page introduce how to use timer in window class and none window class of Visual C++ by some simple samples. Use timer in none window class with static member variable and static member function is the important point. At the same time, it also tell about of some knowledge such as about timer, callback function, static member of C++ class and map class CMap of template class. 关键字: C++ Class Timer static CALLBACK CMap 1. 引言我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:非窗口类中使用定时器的方法(二)
    下一篇:非窗口类中使用定时器的方法
  • 相关文章