I haven't ever used CLA so I had to ask.
For simplicity sake, Say I have a program that takes in at most 5
arguments. The arguments from args[1] - args[4] has to be some numbers.
These number will be used for something, say to calculate its
average.
How could I use the cmd, to access the CLA and pass it
args[0] through args[4] and execute the .exe of that c++ program.
I searched for it, but didn't find anything specific.