W3bbo wrote:
 | Rossj wrote:as it is unlikely to actually return anything as there is nothing to return to. |
Chapter 1 of any C/C++ programming manual says the returned integer is to report to the host OS the program's reason for ending (0 for normal, !0 for errors)
I know (and don't really need a lecture on C

), but it *is* the host OS with nothing to return to.
I know it was only a joke, and almost funny, but it does raise the question of how tightly coupled some of these apps are to the rest of Windows. I can see the 'this app requires Windows' dependencies, but why might there be 'Windows requires this app' beyond user interaction reasons.