I'm trying to figure out how do I develop a cross platform program that will run in the background and will work once the system has started.
I want to cover windows and Linux only. I know that there's no such thing as a thread and there are only processes. So.. in Linux I need to make a daemon program or a service in Windows.
I know how each of them works in logical way but I don't have an idea how to write it.
I will appreciate every help I could get. Thanks!