I have probably searched through many dozens of articles trying to figure out how to correct this. I know how to turn command line arguments in to float's and integers but all I want to do is evaluate them as a string.
I'm trying to make flags work for a command line program I'm writing and I can't believe I'm having this much trouble.
I wanted to set it up where the third argument would be reserved for flags.
If statements compile but it doesn't seem to evaluate them correctly. This statement won't compile because it says the switch quantity is not an integer.