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
Launch external application
Launch external application
Aug 4, 2016 at 7:25pm UTC
Crazyman582
(4)
I'm looking for a way to launch an external application on linux. (other than system)/ I've been looking for some time but haven't been able to find what I'm looking for. Basically I want something that does this
1
2
3
string program; cin >> program; launch program;
Thanks for any help you can give!
Aug 4, 2016 at 8:34pm UTC
koothkeeper
(429)
Look at fork and exec or threads.
Topic archived. No new replies allowed.