shahfarhadreza / papercode

Paper Code - A fast-lightweight C++ IDE built for performance-obsessed developers.
MIT License
43 stars 1 forks source link

Abstract sub process #4

Closed diegoiast closed 7 months ago

diegoiast commented 7 months ago

In order to have a cross platform process creation - i propose this API/design.

It changes nothing in the code, but leaves the developer the ability to code a different implementation per platform.

Compiles on linux, untested on windows yet.