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
Is system just a pass through to sh?
Is system just a pass through to sh?
Oct 13, 2019 at 10:35pm UTC
highwayman
(582)
Nothing else much to say... is it a pass through?
system(
"echo hello world"
);
Oct 13, 2019 at 10:55pm UTC
helios
(17607)
The specific effect of system() is implementation-defined, but more or less yes.
Oct 13, 2019 at 10:57pm UTC
highwayman
(582)
Yayyyy thanks
Topic archived. No new replies allowed.