I've written a few simple C++ programs in Dev-cpp... Now i want to run the second program inside the first in case it satisfies a condition. It then geneerates a text file from which new values are got. Is it possible to do that ? I'm just a beginner and don't want to do any complicated things right now. And i can't just copy paste the code onto the first one because a lot of values and variables will conflict with each other.
Really need help on this
Thanks for your help..