How to parse command line arguments in any order
Hello,
Can anyone help on a problem I am stuck with.
How do I parse command line arguments in any order, with the number of arguments not always being the same.
console.exe -i 312 -x out.txt -n 512
or
console.exe -x out.txt -i 312 -n 512 -d ";"
Is there any easy way?