How to create Windows Service in C/C++? [closed]

故事扮演 提交于 2019-11-28 14:29:41

问题


I want to create Windows Service (application running in background) using C/C++ language. How can I do this, can you give me a tutorial ?


回答1:


Another platform independent way is to use boost::application

Example how to use can be found here.



来源:https://stackoverflow.com/questions/18557325/how-to-create-windows-service-in-c-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!