Creating a Subprocess and Communicating

Hi everyone

For a program i am making i need to use another program as a subprocess(could be a side process, don't care). Then i am going to communicate with it(send and receive).

The program is for android and ios platforms. And for testing purposes i will also make the same thing at windows.

I found this
http://www.cplusplus.com/forum/lounge/17684/

If i just implement as chrisname and demosthenes2k8 says. Will Unix version be able to run at both iOs and Android. Since both is Unix based.

Please don't scold me for this, i know i am trying to be lazy :)

Thanks in advance.
Last edited on
Guess i am asking something stupid :?
I have gathered some information.

For android, it depends on the device and its android version. May or may not run unix commands. So it is not something you will spend time for.

For iOs, although you can run unix code to some extent. Apple restricts it and iOs will kill the app. So even if you do it, your app won't get published by Apple.

If i gather more info, i will add it here
Topic archived. No new replies allowed.