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
hey guys .
hey guys .
Mar 1, 2015 at 7:55pm UTC
Mahmoud ElNahal
(11)
is there anyway to tell C++ to go to cmd to write command there ?
Mar 1, 2015 at 8:35pm UTC
benbalach
(149)
I did not understand your question completely. If you want to execute a command that you would normal type into a terminal you can do that in C++ using the
system()
function.
http://www.cplusplus.com/reference/cstdlib/system/
Last edited on
Mar 1, 2015 at 8:38pm UTC
Topic archived. No new replies allowed.