What C++ library to use to write a cross-platform service/daemon?
- by Sorin Sbarnea
I wonder what library would ease the development of a cross-platform service/daemon ? (C/C++)
I'm targeting: Windows, Linux and OS X.
Also it would be nice to have a basic sample service application.