问题
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