Multiple processes running for one compiled exe

Curious, but why is that? Have one compiled ExeOutput exe yet I see four processes running in Windows Task Manager when I execute the compiled program. All four do go away when I quit the exe.

It’s normal, ExeOutput uses CEF3 which works with multiple processes. See explanation here:
https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-header-processes

Thank you. Good to know,