I was just wondering what the best way to deal with command line arguments is? Should I just use some different function, should I embed all the checking into main(), should I create a class that deals with them or is there another option I haven't thought of? I know this is a stupid question but I just couldn't figure out the best way to deal with them.
Thanx any and all help