I want to know how we can add two or more programmes in c++. I need it and please help as fast as possible .
This can be done by functions
fork()
system()
can be used.
in functions you can pass exe file . Means you have to save your program as exe first.
it may help you.
But I am not professional.