Question:

How do i get a c++ program to start another program? ?

by  |  earlier

0 LIKES UnLike

I have a C++ program, and I want it to start up another program when the user enters in a command to run said program

 Tags:

   Report

1 ANSWERS


  1. you can add other program into c++ program using #include keyword...
    eg..
    #include<stdio.h>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.