its been a long time since i've really used c/c++, so i don't remember this stuff too well anymore 
i'm using gcc to compile the program(s), and what i'm trying to do is set it up so i can just do something like "a.out GCD" or "a.out MAX" and depending on the argument (GCD or MAX) do different things from within the program...
I have no idea how to implement this, and google hasn't been helpful to me yet
i'm using gcc to compile the program(s), and what i'm trying to do is set it up so i can just do something like "a.out GCD" or "a.out MAX" and depending on the argument (GCD or MAX) do different things from within the program...
I have no idea how to implement this, and google hasn't been helpful to me yet