cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
cmd
cmd
Jun 24, 2011 at 2:58pm UTC
heman0154
(3)
how to send commands to cmd from cpp
Jun 24, 2011 at 3:10pm UTC
alwaysLearning0
(4)
system function is used to pass cmd.
http://www.cplusplus.com/reference/clibrary/cstdlib/system/
but dont use it unless you absolutely have to, as its resource heavy and there are so many different reasons.
Topic archived. No new replies allowed.