ArkM thank you for your fast reply.
Do you mean this is not the right place to ask such questions? Or should I be more specific?
You say it's operational environment (OS) topic. Where can I ask questions on this?
About my goal:
I wrote a program (.cpp), let's say to calculate something. But now I want to run it 10 times, using 10 different sets of input variables. Eg, first t=1, a=3, etc, but next run t=5, a=5. I do not want to open my cpp file 10 times, changes these variables and run the program. How can I do this?
Well, still not sure if I can ask this kind of questions here.. Thanks anyway.
Do you mean this is not the right place to ask such questions? Or should I be more specific?
You say it's operational environment (OS) topic. Where can I ask questions on this?
About my goal:
I wrote a program (.cpp), let's say to calculate something. But now I want to run it 10 times, using 10 different sets of input variables. Eg, first t=1, a=3, etc, but next run t=5, a=5. I do not want to open my cpp file 10 times, changes these variables and run the program. How can I do this?
Well, still not sure if I can ask this kind of questions here.. Thanks anyway.