Entries from 2016-07-12 to 1 day

Pset2 補遺

argv is an "array" of strings. argc is an int that equals the number of strings that are in argv, so you’d best check the value of argc before opening a locker that might not exist! Ideally, argc will be 2. Why? Well, recall that inside of…