cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Starting a program from C++
Starting a program from C++
Oct 3, 2014 at 4:17pm UTC
Nielyboyken
(153)
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
Oct 3, 2014 at 4:51pm UTC
MiiNiPaa
(8886)
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.