Hi, need some help with this one. Here is the question:
Compose an algorithm for a program that creates a list of words encountered when reading a series of text files. Write a program to open, and subsequently close, each input file, terminating should an attempt to open any file fail. Derive the file names from the command line.
I've heard of the "argc" and "argv" features to do this, but i have never used them before and have no idea how they work. Is someone able to point me in the right direction?
All help is greatly appreicated.