#CppWindowsService

使用 C++ 编写的基础 Windows 服务 (CppWindowsService)

  最近项目中涉及到使用C++写一个后台服务程序,找了很多资料,还是使用Google搜索找到了比较详细点的资料,就是从微软官方MSDN的例子,如下:使用C++编写的基础Windows服务(CppWindowsService)相关参考资料:  ...