March 12, 2003

Updated Source Code for Loading Files

This is the newest source code for loading files. It works very well now. Right now the code loads all of the files from a directory AND its subdirectories, prints out the first line of text in the file, and opens an output file in the output directory. The program only reads '.c' files. It also hangs up when trying to open the output file in a SUB-directory, but I'll get to that later. It works fine if everything is just in one directory.

The Parser class contains static methods. The driver class (which contains the options from the command arguments) is also static, which is accessed by SCDM.driver.

Download new file

Posted by Matt Quigley at March 12, 2003 02:46 AM
Comments
Post a comment