hey guys .

is there anyway to tell C++ to go to cmd to write command there ?
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
Topic archived. No new replies allowed.