Starting a program from C++

Hello

How do I start a program from C++? It's a Python script by the way.
It should be working on Linux and Windows.

Without using a system-function.

Thanks a lot!

Thanks for reading,
Niely
On Windows:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153%28v=vs.85%29.aspx

Look for Linux version yourself.

Create a wrapper using conditional compiling which would call correct version for target platform.
Topic archived. No new replies allowed.